Class Functions.Array2Func<T1,T2,R>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.Array2Func<T1,T2,R>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BiFunction<? super T1,? super T2,? extends R>
f
-
Constructor Summary
Constructors Constructor Description Array2Func(BiFunction<? super T1,? super T2,? extends R> f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description R
apply(java.lang.Object[] a)
Apply some calculation to the input value and return some other value.
-
-
-
Field Detail
-
f
final BiFunction<? super T1,? super T2,? extends R> f
-
-
Constructor Detail
-
Array2Func
Array2Func(BiFunction<? super T1,? super T2,? extends R> f)
-
-