Package eu.bandm.tools.util
Class OperatorsFusion
java.lang.Object
eu.bandm.tools.util.Operators
eu.bandm.tools.util.OperatorsFusion
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classDeprecated.(package private) static classDeprecated.(package private) static classDeprecated.(package private) static classDeprecated.Nested classes/interfaces inherited from class eu.bandm.tools.util.Operators
Operators.AbstractBinRel<X>, Operators.AbstractEquivalence<X>, Operators.AbstractMCons<X,S>, Operators.AbstractMProd<X, S>, Operators.AbstractPartialOrder<X>, Operators.AbstractState<S>, Operators.AllBinRel<X>, Operators.AllRel<X, Y>, Operators.BinRel<X>, Operators.ComposedFun<X, Y, Z>, Operators.Cons<X, S>, Operators.ConstantFun<X, Y>, Operators.EmptyRel<X, Y>, Operators.EqualsRel<X>, Operators.Fun<X, Y>, Operators.ICons<X, S>, Operators.IdentityCons<X, Y>, Operators.IdentityFun<X>, Operators.IfThenElseFun<X, Y>, Operators.LazyConstantFun<X, Y>, Operators.LiftedFold<T, S>, Operators.LiftedFun<X, Y>, Operators.LiftedIFold<T, S>, Operators.LiftedMap<X, Y>, Operators.LiftedMapMap<X, Y, Z>, Operators.LiftedMapSet<X, Y>, Operators.LiftedMFold<T, 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> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Operators.Funcompose(Operators.Fun... funs) Deprecated.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> Deprecated.static <X,Y> Operators.Fun<X, Y> fuse(Operators.Fun<X, Y> f) Deprecated.(package private) static <S,T0, T1> Operators.LiftedFold<T0, S> fuse(Operators.LiftedMap<? super T0, ? extends T1> f, Operators.LiftedFold<? super T1, S> g) Deprecated.static voidDeprecated.(package private) static <X,Y, Z> Z matchPatterns(Class<Z> resultClass, X first, Y second, Method... pats) Deprecated.(package private) static voidDeprecated.(package private) static voidDeprecated.Methods inherited from class eu.bandm.tools.util.Operators
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, enumerate, enumerate, 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
-
Constructor Details
-
OperatorsFusion
OperatorsFusion()Deprecated.
-
-
Method Details
-
fuse
Deprecated. -
compose
public static <X,Y, Operators.Fun<X,Z> Z> compose(Operators.Fun<? super X, ? extends Y> f, Operators.Fun<? super Y, ? extends Z> g) Deprecated. -
compose
Deprecated. -
matchPatterns
Deprecated. -
compose
public static <X,Y, Operators.Cons<X,Z> Z> compose(Operators.Fun<? super X, ? extends Y> f, Operators.Cons<? super Y, Z> g) Deprecated. -
fuse
static <S,T0, Operators.LiftedFold<T0,T1> S> fuse(Operators.LiftedMap<? super T0, ? extends T1> f, Operators.LiftedFold<? super T1, S> g) Deprecated. -
enumerate
Deprecated. -
main
Deprecated. -
testFusion
static void testFusion()Deprecated. -
testEnumerate
static void testEnumerate()Deprecated.
-