Constructor and Description |
---|
TrinaryTransformIterable(Iterable<Type1> iterable1,
Iterable<Type2> iterable2,
Iterable<Type3> iterable3,
TrinaryFn<Type1,Type2,Type3,RetType> trinaryFn) |
Modifier and Type | Method and Description |
---|---|
static <Type1,Type2,Type3,RetType> |
create(Iterable<Type1> iterable1,
Iterable<Type2> iterable2,
Iterable<Type3> iterable3,
TrinaryFn<Type1,Type2,Type3,RetType> fn) |
Iterator<RetType> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static <Type1,Type2,Type3,RetType> TrinaryTransformIterable<Type1,Type2,Type3,RetType> create(Iterable<Type1> iterable1, Iterable<Type2> iterable2, Iterable<Type3> iterable3, TrinaryFn<Type1,Type2,Type3,RetType> fn)
Copyright © 2011–2017. All rights reserved.