public interface BooleanTriFunction<R> extends Throwables.BooleanTriFunction<R,RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> BooleanTriFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(boolean a,
boolean b,
boolean c) |
R apply(boolean a, boolean b, boolean c)
apply
in interface Throwables.BooleanTriFunction<R,RuntimeException>
default <V> BooleanTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2020. All rights reserved.