R - Result typeT0 - Type of argument #0T1 - Type of argument #1public interface Function2<T0,T1,R> extends Function<R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T0 v0,
T1 v1) |
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.