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.AbstractMProd<X,S>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.MProd<Z,Y> |
Operators.compose(Operators.MProd<? extends X,Y> f,
Operators.Fun<? super X,? extends Z> g)
Deprecated.
|
static <X,Y> Operators.MProd<X,Y> |
Operators.guard(Operators.MProd<? extends X,Y> f,
Operators.Test<? super X> g)
Deprecated.
|
static <X> Operators.MProd<X,Iterator<X>> |
Operators.iteratorMProd()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.MProd<Z,Y> |
Operators.compose(Operators.MProd<? extends X,Y> f,
Operators.Fun<? super X,? extends Z> g)
Deprecated.
|
static <X,Y> Operators.MProd<X,Y> |
Operators.guard(Operators.MProd<? extends X,Y> f,
Operators.Test<? super X> g)
Deprecated.
|
static <X,S> Collection<X> |
Operators.munfold(Operators.MProd<? extends X,S> f)
Deprecated.
|
static <X,S> Collection<X> |
Operators.munfold(Operators.MProd<? extends X,S> f,
S state)
Deprecated.
|
static <X,S> Iterator<X> |
Operators.virtualMProd(Operators.MProd<? extends X,S> f)
Deprecated.
|
static <X,S> Iterator<X> |
Operators.virtualMProd(Operators.MProd<? extends X,S> f,
S state)
Deprecated.
|
see also the complete user documentation .