Uses of Interface
io.activej.common.function.BiConsumerEx
Packages that use BiConsumerEx
-
Uses of BiConsumerEx in io.activej.common.function
Methods in io.activej.common.function that return BiConsumerExModifier and TypeMethodDescriptionstatic <T,U> BiConsumerEx<T, U> BiConsumerEx.of(BiConsumer<T, U> uncheckedFn) Creates aBiConsumerExout ofBiConsumerMethods in io.activej.common.function with parameters of type BiConsumerExModifier and TypeMethodDescriptionstatic <T,U> BiConsumer<T, U> BiConsumerEx.uncheckedOf(BiConsumerEx<T, U> checkedFn) Creates aBiConsumerout ofBiConsumerEx