JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
de.scravy.bedrock.Function3
Packages that use
Function3
Package
Description
de.scravy.bedrock
Uses of
Function3
in
de.scravy.bedrock
Methods in
de.scravy.bedrock
that return
Function3
Modifier and Type
Method
Description
default
Function3
<
B
,
C
,
D
,
R
>
Function4.
bind
(
A
a)
Methods in
de.scravy.bedrock
with parameters of type
Function3
Modifier and Type
Method
Description
default <R> R
Tuple3.
apply
(
Function3
<
A
,
B
,
C
,R> f)