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.ICons<X,S>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.Cons<X,Z> |
OperatorsFusion.compose(Operators.Fun<? super X,? extends Y> f,
Operators.Cons<? super Y,Z> g)
Deprecated.
|
static <X,Y,Z> Operators.Cons<X,Z> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.Cons<? super Y,Z> g)
Deprecated.
|
static <X,Y> Operators.Cons<X,Y> |
Operators.constantICons(Y state)
Deprecated.
|
static <X,S> Operators.Cons<Collection<X>,S> |
Operators.fold(Operators.Cons<? super X,S> f)
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.Cons<X,Y> |
Operators.identityCons()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.Cons<X,Z> |
OperatorsFusion.compose(Operators.Fun<? super X,? extends Y> f,
Operators.Cons<? super Y,Z> g)
Deprecated.
|
static <X,Y,Z> Operators.Cons<X,Z> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.Cons<? super Y,Z> g)
Deprecated.
|
static <X,S> Operators.Cons<Collection<X>,S> |
Operators.fold(Operators.Cons<? super X,S> f)
Deprecated.
|
static <X,Y> Y |
Operators.fold(Operators.Cons<? super X,Y> f,
Iterable<? extends X> c,
Y state)
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.toICons(Operators.Cons<? super X,Y> f,
Y state)
Deprecated.
|
static <X,Y> Operators.MCons<X,Y> |
Operators.toMCons(Operators.Cons<? super X,Y> f)
Deprecated.
|
see also the complete user documentation .