Uses of Interface
no.digipost.function.ThrowingBiConsumer
-
Packages that use ThrowingBiConsumer Package Description no.digipost no.digipost.function -
-
Uses of ThrowingBiConsumer in no.digipost
Methods in no.digipost that return ThrowingBiConsumer Modifier and Type Method Description static <T,U,X extends Throwable>
ThrowingBiConsumer<T,U,X>DiggExceptions. mayThrow(ThrowingBiConsumer<T,U,X> consumer)Convenience to acquire aThrowingBiConsumer-reference from a lambda expression.Methods in no.digipost with parameters of type ThrowingBiConsumer Modifier and Type Method Description static <T,U,X extends Throwable>
ThrowingBiConsumer<T,U,X>DiggExceptions. mayThrow(ThrowingBiConsumer<T,U,X> consumer)Convenience to acquire aThrowingBiConsumer-reference from a lambda expression. -
Uses of ThrowingBiConsumer in no.digipost.function
Methods in no.digipost.function that return ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<T,U,X>ThrowingBiConsumer. andThen(ThrowingBiConsumer<? super T,? super U,? extends X> after)Methods in no.digipost.function with parameters of type ThrowingBiConsumer Modifier and Type Method Description default ThrowingBiConsumer<T,U,X>ThrowingBiConsumer. andThen(ThrowingBiConsumer<? super T,? super U,? extends X> after)
-