| Constructor and Description | 
|---|
BinaryTransformIterable(Iterable<Type1> lhs,
                       Iterable<Type2> rhs,
                       BinaryFn<Type1,Type2,RetType> binaryFn)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <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, waitforEach, spliteratorCopyright © 2011–2018. All rights reserved.