public static class Tuple3.Collect<V1,V2,V3> extends Tuple3<Collection<V1>,Collection<V2>,Collection<V3>>
Tuple3.Collect<V1,V2,V3>
Constructor and Description |
---|
Tuple3.Collect(Collection<V1> first,
Collection<V2> second,
Collection<V3> third) |
public Tuple3.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 © 2015 The Apache Software Foundation. All Rights Reserved.