Class Tuple9Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8>
- java.lang.Object
-
- org.apache.flink.api.java.tuple.builder.Tuple9Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8>
-
- Type Parameters:
T0
- The type of field 0T1
- The type of field 1T2
- The type of field 2T3
- The type of field 3T4
- The type of field 4T5
- The type of field 5T6
- The type of field 6T7
- The type of field 7T8
- The type of field 8
@Public public class Tuple9Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8> extends Object
A builder class forTuple9
.
-
-
Constructor Summary
Constructors Constructor Description Tuple9Builder()
-