public interface BooleanBiFunction<R> extends Throwables.BooleanBiFunction<R,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 Throwables.BooleanBiFunction<R,RuntimeException>default <V> BooleanBiFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.