org.javimmutable.collections.cursors
Class ZipCursor
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static <C1,C2> Cursor<Tuple2<C1,C2>> of(Cursor<C1> cursor1,
Cursor<C2> cursor2)
Copyright © 2014 Burton Computer Corporation. All rights reserved.