@FunctionalInterface public interface Function2<A,B,RESULT>
| Modifier and Type | Method and Description |
|---|---|
RESULT |
apply(A a,
B b) |
default Function<A,Function<B,RESULT>> |
curried() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.