@FunctionalInterface public interface Function2<T,U,R> extends BiFunction<T,U,R>, Serializable
| Modifier and Type | Method and Description |
|---|---|
default Function2<T,U,Boolean> |
and(Function2<T,U,Boolean> other) |
default Function2<T,U,Boolean> |
or(Function2<T,U,Boolean> other) |
andThen, applyCopyright © 2019 Streamx. All rights reserved.