Package | Description |
---|---|
io.druid.java.util.common.guava.nary |
Modifier and Type | Method and Description |
---|---|
static <Type1,Type2,Type3,RetType> |
TrinaryTransformIterator.create(Iterator<Type1> iterator1,
Iterator<Type2> iterator2,
Iterator<Type3> iterator3,
TrinaryFn<Type1,Type2,Type3,RetType> fn) |
Copyright © 2011–2017. All rights reserved.