Uses of Interface
de.xima.fc.interfaces.IThrowingBiConsumer
Packages that use IThrowingBiConsumer
-
Uses of IThrowingBiConsumer in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingBiConsumerModifier and TypeMethodDescriptionstatic <T,U> IThrowingBiConsumer <T, U> IThrowingBiConsumer.of(IThrowingBiConsumer<T, U> biConsumer) Returns the given bi-consumer, for improved variable inference.static <T,U> IThrowingBiConsumer <T, U> IThrowingBiConsumer.throwingConsumer(IThrowingBiConsumer<T, U> biConsumer) Returns the given bi-consumer, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingBiConsumerModifier and TypeMethodDescriptionstatic <T,U> IThrowingBiConsumer <T, U> IThrowingBiConsumer.of(IThrowingBiConsumer<T, U> biConsumer) Returns the given bi-consumer, for improved variable inference.static <T,U> IThrowingBiConsumer <T, U> IThrowingBiConsumer.throwingConsumer(IThrowingBiConsumer<T, U> biConsumer) Returns the given bi-consumer, for improved variable inference.