Package eu.bandm.tools.util
Class Operators.LiftedMapSet<X,Y>
java.lang.Object
eu.bandm.tools.util.Operators.LiftedFun<X,Y>
eu.bandm.tools.util.Operators.LiftedMapSet<X,Y>
- All Implemented Interfaces:
Operators.Fun<Set<X>,Set<Y>>
- Enclosing class:
- Operators
static class Operators.LiftedMapSet<X,Y>
extends Operators.LiftedFun<X,Y>
implements Operators.Fun<Set<X>,Set<Y>>
-
Field Summary
Fields inherited from class eu.bandm.tools.util.Operators.LiftedFun
fun -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.util.Operators.LiftedFun
toString
-
Constructor Details
-
LiftedMapSet
-
-
Method Details
-
apply
Description copied from interface:Operators.FunCompute an output element from an input element. Computation should be stateless and thread-safe, i.e.,f.apply(x)for a given fixed function objectfand input elementxshould not vary unless the observable state ofxvaries.- Specified by:
applyin interfaceOperators.Fun<X,Y> - Parameters:
elems- an input element.- Returns:
- an output element.
-
getName
- Specified by:
getNamein classOperators.LiftedFun<X,Y>
-