JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
cn.longky.common.function.TriFunction
Packages that use
TriFunction
Package
Description
cn.longky.common.function
Uses of
TriFunction
in
cn.longky.common.function
Methods in
cn.longky.common.function
that return
TriFunction
Modifier and Type
Method
Description
default <W>
TriFunction
<
T
,
U
,
V
,
W>
TriFunction.
andThen
(
Function
<? super
R
,
? extends W> after)