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.Tuple2Function
Packages that use
Tuple2Function
Package
Description
org.apache.juneau.utils
Uses of
Tuple2Function
in
org.apache.juneau.utils
Methods in
org.apache.juneau.utils
that return
Tuple2Function
Modifier and Type
Method
Description
default <V>
Tuple2Function
<
A
,
B
,
V>
Tuple2Function.
andThen
(
Function
<? super
R
,
? extends V> after)