|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnaryFunctionEx | |
|---|---|
| org.apache.ode.utils.stl | |
| Uses of UnaryFunctionEx in org.apache.ode.utils.stl |
|---|
| Subinterfaces of UnaryFunctionEx in org.apache.ode.utils.stl | |
|---|---|
interface |
UnaryFunction<E,V>
|
| Classes in org.apache.ode.utils.stl that implement UnaryFunctionEx | |
|---|---|
class |
CompositeUnaryFunction<E,V,T>
|
class |
EqualsUnaryFunction<T>
Equality comparison unary function, compares against a constant value. |
class |
MemberOfFunction<E>
Interface used for defining object filters/selectors, classes that are used to determine whether a given object belong in a set. |
static class |
MemberOfFunction.InstanceOf
|
| Methods in org.apache.ode.utils.stl with parameters of type UnaryFunctionEx | ||
|---|---|---|
static
|
CollectionsX.apply(java.util.Collection<T> coll,
UnaryFunctionEx<T,?> f)
|
|
static
|
CollectionsX.apply(java.util.Iterator<T> i,
UnaryFunctionEx<T,?> f)
|
|
static
|
CollectionsX.transformEx(C dest,
java.util.Collection<E> src,
UnaryFunctionEx<E,V> f)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||