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, wait
forEach, spliterator
Copyright © 2011–2017. All rights reserved.