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