public interface BooleanFunction<R> extends Throwables.BooleanFunction<R,RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static BooleanFunction<Boolean> |
BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> BooleanFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(boolean value) |
static BooleanFunction<Boolean> |
identity() |
static final BooleanFunction<Boolean> BOX
R apply(boolean value)
apply in interface Throwables.BooleanFunction<R,RuntimeException>default <V> BooleanFunction<V> andThen(Function<? super R,? extends V> after)
static BooleanFunction<Boolean> identity()
Copyright © 2021. All rights reserved.