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