Uses of Class
org.apache.flink.api.java.tuple.Tuple1
-
Packages that use Tuple1 Package Description org.apache.flink.api.java.tuple org.apache.flink.api.java.tuple.builder -
-
Uses of Tuple1 in org.apache.flink.api.java.tuple
Methods in org.apache.flink.api.java.tuple that return Tuple1 Modifier and Type Method Description Tuple1<T0>Tuple1. copy()Shallow tuple copy.static <T0> Tuple1<T0>Tuple1. of(T0 f0)Creates a new tuple and assigns the given values to the tuple's fields. -
Uses of Tuple1 in org.apache.flink.api.java.tuple.builder
Methods in org.apache.flink.api.java.tuple.builder that return Tuple1 Modifier and Type Method Description Tuple1<T0>[]Tuple1Builder. build()
-