Uses of Interface
eu.bandm.tools.util.Operators.Test
Packages that use Operators.Test
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.Test in eu.bandm.tools.util
Fields in eu.bandm.tools.util declared as Operators.TestModifier and TypeFieldDescription(package private) final Operators.Test<? super X>Operators.IfThenElseFun.cMethods in eu.bandm.tools.util that return Operators.TestModifier and TypeMethodDescriptionstatic <X> Operators.Test<Collection<X>>Operators.allElems(Operators.Test<? super X> f) Deprecated.static <X> Operators.Test<Set<X>>Operators.allPairs(Operators.BinRel<? super X> rel) Deprecated.static <X> Operators.Test<Set<X>>Operators.allPairs(Operators.Rel<? super X, ? super X> rel) Deprecated.static <X> Operators.Test<X>Operators.allTests(Operators.Test<? super X>... f) Deprecated.static <X> Operators.Test<Collection<X>>Operators.anyElem(Operators.Test<? super X> f) Deprecated.static <X> Operators.Test<Set<X>>Operators.anyPair(Operators.BinRel<? super X> rel) Deprecated.static <X> Operators.Test<X>Operators.anyTest(Operators.Test<? super X>... f) Deprecated.static <X> Operators.Test<Collection<X>>Operators.chain(Operators.BinRel<? super X> rel) Deprecated.static <X,Y> Operators.Test<X> Operators.compose(Operators.Fun<? super X, ? extends Y> f, Operators.Test<Y> g) Deprecated.static <X> Operators.Test<X>Operators.constantTest(boolean c) Deprecated.static <X> Operators.Test<X>Operators.guard(Operators.Test<? super X> f, Operators.Test<? super X> g) Deprecated.static <X,Y> Operators.Test<X> Operators.leftSection(Operators.Rel<X, Y> rel, Y right) Deprecated.static <X> Operators.Test<X>Operators.not(Operators.Test<? super X> f) Deprecated.static <X,Y> Operators.Test<Y> Operators.rightSection(Operators.Rel<X, Y> rel, X left) Deprecated.static <X> Operators.Test<X>Operators.toTest(Operators.Fun<? super X, Boolean> f) Deprecated.Methods in eu.bandm.tools.util with parameters of type Operators.TestModifier and TypeMethodDescriptionstatic <X> booleanOperators.all(Operators.Test<? super X> f, Collection<? extends X> c) Deprecated.static <X> Operators.Test<Collection<X>>Operators.allElems(Operators.Test<? super X> f) Deprecated.static <X> Operators.ICons<X,Boolean> Operators.allICons(Operators.Test<? super X> f) Deprecated.static <X> Operators.Test<X>Operators.allTests(Operators.Test<? super X>... f) Deprecated.static <X> booleanOperators.any(Operators.Test<? super X> f, Collection<? extends X> c) Deprecated.static <X> Operators.Test<Collection<X>>Operators.anyElem(Operators.Test<? super X> f) Deprecated.static <X> Operators.ICons<X,Boolean> Operators.anyICons(Operators.Test<? super X> f) Deprecated.static <X> Operators.Test<X>Operators.anyTest(Operators.Test<? super X>... f) Deprecated.static <X,Y> Operators.Test<X> Operators.compose(Operators.Fun<? super X, ? extends Y> f, Operators.Test<Y> g) Deprecated.static <X> Collection<X>Operators.filter(Operators.Test<? super X> f, Collection<? extends X> c) Deprecated.static <X> Set<X>Operators.filter(Operators.Test<? super X> f, Set<? extends X> c) Deprecated.static <X> SortedSet<X>Operators.filter(Operators.Test<? super X> f, SortedSet<X> c) Deprecated.static <X> XOperators.find(Operators.Test<? super X> f, Collection<? extends X> c) Deprecated.static <X> Operators.MCons<X,X> Operators.findMCons(Operators.Test<? super X> f) Deprecated.static <X,Y> Operators.MProd<X, Y> Operators.guard(Operators.MProd<? extends X, Y> f, Operators.Test<? super X> g) Deprecated.static <X,Y> Operators.Cons<X, Y> Operators.guard(Operators.Test<? super X> f, Operators.Cons<? super X, Y> g) Deprecated.static <X,Y> Operators.ICons<X, Y> Operators.guard(Operators.Test<? super X> f, Operators.ICons<? super X, Y> g) Deprecated.static <X,Y> Operators.MCons<X, Y> Operators.guard(Operators.Test<? super X> f, Operators.MCons<? super X, Y> g) Deprecated.static <X> Operators.Test<X>Operators.guard(Operators.Test<? super X> f, Operators.Test<? super X> g) Deprecated.static <X> Operators.Visit<X>Operators.guard(Operators.Test<? super X> f, Operators.Visit<? super X> g) Deprecated.static <X,Y> Operators.Fun<X, Y> Operators.ifThenElse(Operators.Test<? super X> c, Operators.Fun<? super X, ? extends Y> f, Operators.Fun<? super X, ? extends Y> g) Deprecated.static <X> Operators.Test<X>Operators.not(Operators.Test<? super X> f) Deprecated.static <X> Operators.MultiFun<X,X> Operators.toMultiFun(Operators.Test<? super X> f) Deprecated.static <X> Iterable<X>Operators.virtualFilter(Operators.Test<? super X> f, Iterable<? extends X> c) Deprecated.static <X> Iterator<X>Operators.virtualFilter(Operators.Test<? super X> f, Iterator<? extends X> i) Deprecated.Constructors in eu.bandm.tools.util with parameters of type Operators.TestModifierConstructorDescriptionIfThenElseFun(Operators.Test<? super X> c, Operators.Fun<? super X, ? extends Y> f, Operators.Fun<? super X, ? extends Y> g)