Package | Description |
---|---|
io.druid.java.util.common.guava | |
io.druid.java.util.common.guava.nary |
Modifier and Type | Method and Description |
---|---|
<InType1,InType2,RetType> |
FunctionalIterable.trinaryTransform(Iterable<InType1> iterable1,
Iterable<InType2> iterable2,
TrinaryFn<T,InType1,InType2,RetType> trinaryFn) |
<InType1,InType2,RetType> |
FunctionalIterator.trinaryTransform(Iterator<InType1> iterator1,
Iterator<InType2> iterator2,
TrinaryFn<T,InType1,InType2,RetType> trinaryFn) |
Modifier and Type | Method and Description |
---|---|
static <Type1,Type2,Type3,RetType> |
TrinaryTransformIterable.create(Iterable<Type1> iterable1,
Iterable<Type2> iterable2,
Iterable<Type3> iterable3,
TrinaryFn<Type1,Type2,Type3,RetType> fn) |
static <Type1,Type2,Type3,RetType> |
TrinaryTransformIterator.create(Iterator<Type1> iterator1,
Iterator<Type2> iterator2,
Iterator<Type3> iterator3,
TrinaryFn<Type1,Type2,Type3,RetType> fn) |
Constructor and Description |
---|
TrinaryTransformIterable(Iterable<Type1> iterable1,
Iterable<Type2> iterable2,
Iterable<Type3> iterable3,
TrinaryFn<Type1,Type2,Type3,RetType> trinaryFn) |
TrinaryTransformIterator(Iterator<Type1> iterator1,
Iterator<Type2> iterator2,
Iterator<Type3> iterator3,
TrinaryFn<Type1,Type2,Type3,RetType> trinaryFn) |
Copyright © 2011–2017. All rights reserved.