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,Y> Operators.Visit<X> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.Visit<? super Y> g)
Deprecated.
|
static <X> Operators.Visit<X> |
Operators.guard(Operators.Test<? super X> f,
Operators.Visit<? super X> g)
Deprecated.
|
static <X> Operators.Visit<X> |
Operators.identityVisit()
Deprecated.
|
static <X> Operators.Visit<X> |
Operators.toVisit(Operators.Fun<? super X,?> f)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y> Operators.Visit<X> |
Operators.compose(Operators.Fun<? super X,? extends Y> f,
Operators.Visit<? super Y> g)
Deprecated.
|
static <X> Operators.Visit<X> |
Operators.guard(Operators.Test<? super X> f,
Operators.Visit<? super X> g)
Deprecated.
|
static <X> void |
Operators.visit(Operators.Visit<? super X> f,
Iterable<? extends X> c)
Deprecated.
|
see also the complete user documentation .