Uses of Interface
eu.bandm.tools.util.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
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.Represents binary relations on a single type.Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.(package private) static class
Deprecated.(package private) static class
Operators.AllRel<X,
Y> Deprecated.(package private) static class
Operators.EmptyRel<X,
Y> Deprecated.(package private) static class
Deprecated.Modifier 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.Modifier and TypeMethodDescriptionstatic <X> Operators.Test<Set<X>>
Operators.allPairs
(Operators.Rel<? super X, ? super X> rel) Deprecated.static <X> boolean
Operators.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> boolean
Operators.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> boolean
Operators.chain
(Operators.Rel<? super X, ? super X> rel, Collection<X> elems) Deprecated.static <X> boolean
Operators.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.