Uses of Interface
de.xima.fc.interfaces.IThrowingBiConsumer
-
Packages that use IThrowingBiConsumer Package Description de.xima.fc.interfaces -
-
Uses of IThrowingBiConsumer in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingBiConsumer Modifier and Type Method Description static <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 IThrowingBiConsumer Modifier and Type Method Description static <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.
-