-
Field Summary
Fields
(package private) final T
(package private) final Func2<? super T,? super U,? extends R>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
resultSelector
final Func2<? super T,? super U,? extends R> resultSelector
-
Constructor Details
-
OuterInnerMapper
public OuterInnerMapper(T outer,
Func2<? super T,? super U,? extends R> resultSelector)
-