Class ParallelMapIterate.PairProcedure<T1,​T2>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Consumer<Pair<T1,​T2>>, Procedure<Pair<T1,​T2>>
    Enclosing class:
    ParallelMapIterate

    private static final class ParallelMapIterate.PairProcedure<T1,​T2>
    extends java.lang.Object
    implements Procedure<Pair<T1,​T2>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PairProcedure​(Procedure2<? super T1,​? super T2> procedure)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void value​(Pair<T1,​T2> pair)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure

        accept
    • Constructor Detail

      • PairProcedure

        private PairProcedure​(Procedure2<? super T1,​? super T2> procedure)