@Deprecated public abstract class OperatorsFusion extends Operators
Operators.AbstractBinRel<X>, Operators.AbstractEquivalence<X>, Operators.AbstractMCons<X,S>, Operators.AbstractMProd<X,S>, Operators.AbstractPartialOrder<X>, Operators.AbstractState<S>, Operators.BinRel<X>, Operators.Cons<X,S>, Operators.Fun<X,Y>, Operators.ICons<X,S>, Operators.MCons<X,S>, Operators.MProd<X,S>, Operators.MultiFun<X,Y>, Operators.Rel<X,Y>, Operators.State<S>, Operators.Test<X>, Operators.Visit<X>
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.Cons<X,Z> |
compose(Operators.Fun<? super X,? extends Y> f,
Operators.Cons<? super Y,Z> g)
Deprecated.
|
static <X,Y,Z> Operators.Fun<X,Z> |
compose(Operators.Fun<? super X,? extends Y> f,
Operators.Fun<? super Y,? extends Z> g)
Deprecated.
|
static Operators.Fun<Collection<?>,String> |
enumerate(String sep)
Deprecated.
|
static <X,Y> Operators.Fun<X,Y> |
fuse(Operators.Fun<X,Y> f)
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
all, allBinRel, allElems, allICons, allPairs, allPairs, allPairs, allPairs, allRel, allRels, allTests, any, anyElem, anyICons, anyPair, anyPair, anyRel, anyTest, binomial, binomial, chain, chain, chain, compose, compose, compose, compose, compose, compose, compose, comprehend, comprehend, concat, constantFun, constantICons, constantTest, emptyRel, equalsRel, filter, filter, filter, find, findMCons, fold, fold, fold, fold, greaterOrEqual, greaterOrEqual, greaterThan, greaterThan, guard, guard, guard, guard, guard, guard, identityCons, identityFun, identityFun, identityMCons, identityVisit, ifThenElse, iteratorMProd, kernel, leftSection, lessOrEqual, lessOrEqual, lessThan, lessThan, map, map, map, map, mapMap, mapSet, mfold, mfold, mfold, munfold, munfold, not, not, not, power, power, reverseMap, rightSection, toFun, toICons, toICons, toMCons, toMCons, toMultiFun, toMultiFun, toTest, toVisit, virtualComprehend, virtualComprehend, virtualFilter, virtualFilter, virtualMap, virtualMap, virtualMProd, virtualMProd, visit, zeroMCons
public static <X,Y> Operators.Fun<X,Y> fuse(Operators.Fun<X,Y> f)
public static <X,Y,Z> Operators.Fun<X,Z> compose(Operators.Fun<? super X,? extends Y> f, Operators.Fun<? super Y,? extends Z> g)
public static <X,Y,Z> Operators.Cons<X,Z> compose(Operators.Fun<? super X,? extends Y> f, Operators.Cons<? super Y,Z> g)
public static Operators.Fun<Collection<?>,String> enumerate(String sep)
public static void main(String[] args)
see also the complete user documentation .