Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Field and Description |
---|---|
static Operators.ICons<String,StringBuffer> |
Operators.concat
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X> Operators.ICons<X,Boolean> |
Operators.allICons(Operators.Test<? super X> f)
Deprecated.
|
static <X> Operators.ICons<X,Boolean> |
Operators.anyICons(Operators.Test<? super X> f)
Deprecated.
|
static <X,Y,Z> Operators.ICons<X,Z> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.ICons<? super Y,Z> g)
Deprecated.
|
static Operators.ICons<String,StringBuffer> |
Operators.concat(String separator)
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.ICons<X,Y> |
Operators.toICons(Operators.Cons<? super X,Y> f,
Y state)
Deprecated.
|
static <X,Y> Operators.ICons<X,Y> |
Operators.toICons(Operators.MCons<? super X,Y> f)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y,Z> Operators.ICons<X,Z> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.ICons<? super Y,Z> g)
Deprecated.
|
static <T,S> Operators.Fun<Collection<T>,S> |
Operators.fold(Operators.ICons<? super T,S> f)
Deprecated.
|
static <X,Y> Y |
Operators.fold(Operators.ICons<? super X,Y> f,
Iterable<? extends X> c)
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.Fun<X,Y> |
Operators.toFun(Operators.ICons<? super X,Y> f)
Deprecated.
|
static <X,Y> Operators.MCons<X,Y> |
Operators.toMCons(Operators.ICons<? super X,Y> f)
Deprecated.
|
see also the complete user documentation .