Class Zip
java.lang.Object
org.javimmutable.collections.util.Zip
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <A,
B> void static <A,
B, E extends Exception>
voidforEachThrows
(Iterable<A> a, Iterable<B> b, Proc2Throws<A, B, E> operation) static <A,
B, R> R static <A,
B, R, E extends Exception>
RreduceThrows
(R sum, Iterable<A> a, Iterable<B> b, Sum2Throws<A, B, R, E> operation)
-
Constructor Details
-
Zip
public Zip()
-
-
Method Details
-
forEach
-
forEachThrows
public static <A,B, void forEachThrowsE extends Exception> (@Nonnull Iterable<A> a, @Nonnull Iterable<B> b, @Nonnull Proc2Throws<A, B, throws EE> operation) - Throws:
E
-
reduce
-
reduceThrows
public static <A,B, R reduceThrowsR, E extends Exception> (R sum, @Nonnull Iterable<A> a, @Nonnull Iterable<B> b, @Nonnull Sum2Throws<A, B, throws ER, E> operation) - Throws:
E
-