| Constructor and Description |
|---|
BinaryTransformIterator(Iterator<Type1> lhsIter,
Iterator<Type2> rhsIter,
BinaryFn<Type1,Type2,RetType> binaryFn) |
public static <Type1,Type2,RetType> BinaryTransformIterator<Type1,Type2,RetType> create(Iterator<Type1> lhs, Iterator<Type2> rhs, BinaryFn<Type1,Type2,RetType> fn)
Copyright © 2016. All rights reserved.