Package eu.bandm.tools.util
Interface Operators.MultiFun<X,Y>
- All Superinterfaces:
Operators.Fun<X,
Collection<Y>>
- Enclosing class:
- Operators
Represents multi-valued functions with domain
X
and
codomain Y
.-
Method Summary
Modifier and TypeMethodDescriptionCompute output elements from an input element.
-
Method Details
-
apply
Compute output elements from an input element. Whether multiplicity of output elements is significant is usage specific.- Specified by:
apply
in interfaceOperators.Fun<X,
Y> - Parameters:
x
- an input element.- Returns:
- a collection of output elements in arbitrary order.
-