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> Operators.MultiFun<X,X> |
Operators.toMultiFun(Operators.Fun<? super X,? extends X> f)
Deprecated.
|
static <X> Operators.MultiFun<X,X> |
Operators.toMultiFun(Operators.Test<? super X> f)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <X,Y> Collection<Y> |
Operators.comprehend(Operators.MultiFun<? super X,? extends Y> f,
Collection<X> c)
Deprecated.
|
static <X,Y> Set<Y> |
Operators.comprehend(Operators.MultiFun<? super X,? extends Y> f,
Set<X> c)
Deprecated.
|
static <X,Y> Iterable<Y> |
Operators.virtualComprehend(Operators.MultiFun<? super X,? extends Y> f,
Iterable<X> c)
Deprecated.
|
static <X,Y> Iterator<Y> |
Operators.virtualComprehend(Operators.MultiFun<? super X,? extends Y> f,
Iterator<X> i)
Deprecated.
|
see also the complete user documentation .