Uses of Interface
io.activej.common.function.BiFunctionEx
Packages that use BiFunctionEx
-
Uses of BiFunctionEx in io.activej.common.function
Methods in io.activej.common.function that return BiFunctionExModifier and TypeMethodDescriptionstatic <T,U, R> BiFunctionEx<T, U, R> BiFunctionEx.of(BiFunction<T, U, R> uncheckedFn) Creates aBiFunctionExout ofBiFunctionMethods in io.activej.common.function with parameters of type BiFunctionExModifier and TypeMethodDescriptionstatic <T,U, R> BiFunction<T, U, R> BiFunctionEx.uncheckedOf(BiFunctionEx<T, U, R> checkedFn) Creates aBiFunctionout ofBiFunctionEx