public static interface Operators.MultiFun<X,Y> extends Operators.Fun<X,Collection<Y>>
X
and
codomain Y
.Modifier and Type | Method and Description |
---|---|
Collection<Y> |
apply(X x)
Compute output elements from an input element.
|
Collection<Y> apply(X x)
apply
in interface Operators.Fun<X,Collection<Y>>
x
- an input element.see also the complete user documentation .