public static interface Operators.Fun<X,Y>
X
and output
type Y
.Modifier and Type | Method and Description |
---|---|
Y |
apply(X x)
Compute an output element from an input element.
|
Y apply(X x)
f.apply(x)
for a given fixed function object
f
and input element x
should not vary
unless the observable state of x
varies.x
- an input element.see also the complete user documentation .