org.javimmutable.collections.cursors
Class ZipCursor

java.lang.Object
  extended by org.javimmutable.collections.cursors.ZipCursor

@Immutable
public final class ZipCursor
extends Object

Provides static factory method to create a cursor to combines corresponding values from other cursors into Tuples.


Method Summary
static
<C1,C2> Cursor<Tuple2<C1,C2>>
of(Cursor<C1> cursor1, Cursor<C2> cursor2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static <C1,C2> Cursor<Tuple2<C1,C2>> of(Cursor<C1> cursor1,
                                               Cursor<C2> cursor2)


Copyright © 2014 Burton Computer Corporation. All rights reserved.