JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.hazelcast.jet.datamodel.Tuple4
Packages that use
Tuple4
Package
Description
com.hazelcast.jet.datamodel
Generic data containers used by the Pipeline API.
Uses of
Tuple4
in
com.hazelcast.jet.datamodel
Methods in
com.hazelcast.jet.datamodel
that return
Tuple4
Modifier and Type
Method
Description
static <E0,
E1,
E2,
E3>
Tuple4
<E0,
E1,
E2,
E3>
Tuple4.
tuple4
(E0 f0, E1 f1, E2 f2, E3 f3)
Returns a new 5-tuple with the supplied values.