Package eu.bandm.tools.util
Class OperatorsFusion.MultiComposedFun<X,Y>
java.lang.Object
eu.bandm.tools.util.OperatorsFusion.MultiComposedFun<X,Y>
- All Implemented Interfaces:
Operators.Fun<X,
Y>
- Enclosing class:
- OperatorsFusion
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
funs
-
-
Constructor Details
-
MultiComposedFun
-
-
Method Details
-
apply
Description copied from interface:Operators.Fun
Compute an output element from an input element. Computation should be stateless and thread-safe, i.e.,f.apply(x)
for a given fixed function objectf
and input elementx
should not vary unless the observable state ofx
varies.- Specified by:
apply
in interfaceOperators.Fun<X,
Y> - Parameters:
x
- an input element.- Returns:
- an output element.
-
toString
-