Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Operators.AbstractMCons<X,S>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.MCons<X,Z> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.MCons<? super Y,Z> g)
Deprecated.
|
static <X> Operators.MCons<X,X> |
Operators.findMCons(Operators.Test<? super X> f)
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.MCons<X,?> |
Operators.identityMCons()
Deprecated.
|
static <X,S> Operators.MCons<Collection<X>,S> |
Operators.mfold(Operators.MCons<X,S> f)
Deprecated.
|
static <X,Y> Operators.MCons<X,Y> |
Operators.toMCons(Operators.Cons<? super X,Y> f)
Deprecated.
|
static <X,Y> Operators.MCons<X,Y> |
Operators.toMCons(Operators.ICons<? super X,Y> f)
Deprecated.
|
static <X> Operators.MCons<X,?> |
Operators.zeroMCons()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.MCons<X,Z> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.MCons<? super Y,Z> 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,Y> boolean |
Operators.mfold(Operators.MCons<? super X,Y> f,
Iterable<? extends X> c)
Deprecated.
|
static <X,Y> boolean |
Operators.mfold(Operators.MCons<? super X,Y> f,
Iterable<? extends X> c,
Y state)
Deprecated.
|
static <X,S> Operators.MCons<Collection<X>,S> |
Operators.mfold(Operators.MCons<X,S> f)
Deprecated.
|
static <X,Y> Operators.ICons<X,Y> |
Operators.toICons(Operators.MCons<? super X,Y> f)
Deprecated.
|
see also the complete user documentation .