Uses of Interface
eu.bandm.tools.util.Operators.Rel
Packages that use Operators.Rel
Package
Description
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
-
Uses of Operators.Rel in eu.bandm.tools.util
Subinterfaces of Operators.Rel in eu.bandm.tools.utilModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Represents binary relations on a single type.Classes in eu.bandm.tools.util that implement Operators.RelModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static classDeprecated.(package private) static classDeprecated.(package private) static classOperators.AllRel<X,Y> Deprecated.(package private) static classOperators.EmptyRel<X,Y> Deprecated.(package private) static classDeprecated.Methods in eu.bandm.tools.util that return Operators.RelModifier and TypeMethodDescriptionstatic <X,Y> Operators.Rel<X, Y> Operators.allRel()Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.allRels(Operators.Rel<? super X, ? super Y>... f) Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.anyRel(Operators.Rel<? super X, ? super Y>... f) Deprecated.static <L1,L2, R1, R2>
Operators.Rel<L1,R1> Operators.compose(Operators.Fun<? super L1, ? extends L2> f, Operators.Fun<? super R1, ? extends R2> g, Operators.Rel<L2, R2> h) Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.emptyRel()Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.not(Operators.Rel<? super X, ? super Y> f) Deprecated.Methods in eu.bandm.tools.util with parameters of type Operators.RelModifier and TypeMethodDescriptionstatic <X> Operators.Test<Set<X>>Operators.allPairs(Operators.Rel<? super X, ? super X> rel) Deprecated.static <X> booleanOperators.allPairs(Operators.Rel<? super X, ? super X> rel, Set<X> elems) Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.allRels(Operators.Rel<? super X, ? super Y>... f) Deprecated.static <X> booleanOperators.anyPair(Operators.Rel<? super X, ? super X> rel, Set<X> elems) Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.anyRel(Operators.Rel<? super X, ? super Y>... f) Deprecated.static <X> booleanOperators.chain(Operators.Rel<? super X, ? super X> rel, Collection<X> elems) Deprecated.static <X> booleanOperators.chain(Operators.Rel<? super X, ? super X> rel, Iterator<X> i) Deprecated.static <L1,L2, R1, R2>
Operators.Rel<L1,R1> Operators.compose(Operators.Fun<? super L1, ? extends L2> f, Operators.Fun<? super R1, ? extends R2> g, Operators.Rel<L2, R2> h) Deprecated.static <X,Y> Operators.Test<X> Operators.leftSection(Operators.Rel<X, Y> rel, Y right) Deprecated.static <X,Y> Operators.Rel<X, Y> Operators.not(Operators.Rel<? super X, ? super Y> f) Deprecated.static <X,Y> Operators.Test<Y> Operators.rightSection(Operators.Rel<X, Y> rel, X left) Deprecated.