Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Method and Description |
---|---|
static <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.
|
Modifier and Type | Method and Description |
---|---|
static <X> boolean |
Operators.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> boolean |
Operators.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> X |
Operators.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.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.
|
see also the complete user documentation .