Uses of Interface
com.google.mu.function.CheckedBiFunction
Packages that use CheckedBiFunction
-
Uses of CheckedBiFunction in com.google.mu.function
Methods in com.google.mu.function that return CheckedBiFunctionModifier and TypeMethodDescriptiondefault <R> CheckedBiFunction
<A, B, R, E> CheckedBiFunction.andThen
(CheckedFunction<? super T, ? extends R, ? extends E> mapper) Returns a newCheckedBiFunction
that maps the return value usingmapper
.