Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Operators.BinRel<X>
Deprecated.
Represents binary relations on a single type.
|
Modifier and Type | Class and Description |
---|---|
static class |
Operators.AbstractBinRel<X>
Deprecated.
|
static class |
Operators.AbstractEquivalence<X>
Deprecated.
|
static class |
Operators.AbstractPartialOrder<X>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <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.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 Type | Method and Description |
---|---|
static <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.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.
|
see also the complete user documentation .