A - the type of the first argument acceptedB - the type of the resultC - the type of the result of application@Deprecated public interface Function2<A,B,C> extends BiFunction<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
C |
apply(A arg1,
B arg2)
Deprecated.
since 2.4 use BiFunction instead
|
andThen@Deprecated C apply(A arg1, B arg2)
apply in interface BiFunction<A,B,C>arg1 - the first argumentarg2 - the second argumentCopyright © 2017 Atlassian. All rights reserved.