Class ParallelMapIterate.PairProcedure<T1,T2>
java.lang.Object
org.eclipse.collections.impl.parallel.ParallelMapIterate.PairProcedure<T1,T2>
- All Implemented Interfaces:
Serializable, Consumer<Pair<T1,T2>>, Procedure<Pair<T1, T2>>
- Enclosing class:
ParallelMapIterate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Procedure2<? super T1, ? super T2> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePairProcedure(Procedure2<? super T1, ? super T2> procedure) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
procedure
-
-
Constructor Details
-
PairProcedure
-
-
Method Details
-
value
-