public static class Tuple4.Collect<V1,V2,V3,V4> extends Tuple4<Collection<V1>,Collection<V2>,Collection<V3>,Collection<V4>>
Constructor and Description |
---|
Collect(Collection<V1> first,
Collection<V2> second,
Collection<V3> third,
Collection<V4> fourth) |
Modifier and Type | Method and Description |
---|---|
static <V1,V2,V3,V4> |
derived(PType<V1> first,
PType<V2> second,
PType<V3> third,
PType<V4> fourth) |
public Collect(Collection<V1> first, Collection<V2> second, Collection<V3> third, Collection<V4> fourth)
Copyright © 2016 The Apache Software Foundation. All rights reserved.