java.lang.Object
org.apache.druid.java.util.common.guava.nary.TrinaryTransformIterable<Type1,Type2,Type3,RetType>
- All Implemented Interfaces:
Iterable<RetType>
public class TrinaryTransformIterable<Type1,Type2,Type3,RetType>
extends Object
implements Iterable<RetType>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
create
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)
-