public class BinaryTransformIterable<Type1,Type2,RetType> extends Object implements Iterable<RetType>
BinaryTransformIterable(Iterable<Type1> lhs, Iterable<Type2> rhs, BinaryFn<Type1,Type2,RetType> binaryFn)
static <Type1,Type2,RetType> BinaryTransformIterable<Type1,Type2,RetType>
create(Iterable<Type1> lhs, Iterable<Type2> rhs, BinaryFn<Type1,Type2,RetType> fn)
Iterator<RetType>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BinaryTransformIterable(Iterable<Type1> lhs, Iterable<Type2> rhs, BinaryFn<Type1,Type2,RetType> binaryFn)
public static <Type1,Type2,RetType> BinaryTransformIterable<Type1,Type2,RetType> create(Iterable<Type1> lhs, Iterable<Type2> rhs, BinaryFn<Type1,Type2,RetType> fn)
public Iterator<RetType> iterator()
iterator
Iterable<RetType>
Copyright © 2016. All rights reserved.