Class TransformPerPartitionWrapper<R,​V>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<R> apply​(java.lang.Iterable<V> o)  
      • 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.Function

        andThen, compose
    • Constructor Detail

      • TransformPerPartitionWrapper

        public TransformPerPartitionWrapper​(Transform logOp)
    • Method Detail

      • apply

        public java.lang.Iterable<R> apply​(java.lang.Iterable<V> o)