JavaScript is disabled on your browser.
Skip navigation links
Apache Juneau
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.juneau.utils.Tuple4Function
Packages that use
Tuple4Function
Package
Description
org.apache.juneau.utils
Uses of
Tuple4Function
in
org.apache.juneau.utils
Methods in
org.apache.juneau.utils
that return
Tuple4Function
Modifier and Type
Method
Description
default <V>
Tuple4Function
<
A
,
B
,
C
,
D
,
V>
Tuple4Function.
andThen
(
Function
<? super
R
,
? extends V> after)