Uses of Interface
no.digipost.function.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
-
Uses of ThrowingBiConsumer in no.digipost
Methods in no.digipost that return ThrowingBiConsumerModifier and TypeMethodDescriptionstatic final <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 ThrowingBiConsumerModifier and TypeMethodDescriptionstatic final <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 ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer<T,U, X> ThrowingBiConsumer.andThen(ThrowingBiConsumer<? super T, ? super U, ? extends X> after) Methods in no.digipost.function with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer<T,U, X> ThrowingBiConsumer.andThen(ThrowingBiConsumer<? super T, ? super U, ? extends X> after)