JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
xyz.cofe.coll.im.Tuple4
Uses of
Tuple4
in
xyz.cofe.coll.im
Methods in
xyz.cofe.coll.im
that return
Tuple4
Modifier and Type
Method
Description
default <D>
Tuple4
<
A
,
B
,
C
,
D>
Tuple3.
append
(D d)
static <A,
B,
C,
D>
Tuple4
<A,
B,
C,
D>
Tuple.
of
(A a, B b, C c, D d)
static <A,
B,
C,
D>
Tuple4
<A,
B,
C,
D>
Tuple4.
of
(A a, B b, C c, D d)