public interface BooleanBiFunction<R> extends Try.BooleanBiFunction<R,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> BooleanBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(boolean t,
boolean u) |
R apply(boolean t, boolean u)
apply
in interface Try.BooleanBiFunction<R,java.lang.RuntimeException>
default <V> BooleanBiFunction<V> andThen(Function<? super R,? extends V> after)