public interface BooleanNFunction<R>
| Modifier and Type | Method and Description |
|---|---|
default <V> BooleanNFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(boolean... args) |
R apply(boolean... args)
default <V> BooleanNFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.