Uses of Class
JxnFunction
-
-
Uses of JxnFunction in <Unnamed>
Subclasses of JxnFunction in <Unnamed> Modifier and Type Class Description class
JxnD
The classesJxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
.class
JxnF
The classesJxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
.class
JxnF2
The classesJxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
.class
JxnI
The classesJxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
.class
JxnL
The classesJxnF
,JxnF2
,JxnI
,JxnL
andJxnD
together implement all interfaces of packagejava.util.function
forjava.util.stream
.Constructors in <Unnamed> with parameters of type JxnFunction Constructor Description JxnD(JxnFunction f)
ConstructsJxnD
from an already definedJxnFunction f
.JxnF(JxnFunction f)
ConstructsJxnF
from an already definedJxnFunction f
.JxnF2(JxnFunction f)
ConstructsJxnF2
from an already definedJxnFunction f
.JxnFunction(JxnFunction f)
JxnI(JxnFunction f)
ConstructsJxnI
from an already definedJxnFunction f
.JxnL(JxnFunction f)
ConstructsJxnL
from an already definedJxnFunction f
.
-