| Package | Description |
|---|---|
| org.apache.ode.utils.stl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnaryFunction<E,V> |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CollectionsX.apply(java.util.Collection<T> coll,
UnaryFunctionEx<T,?> f) |
static <T> void |
CollectionsX.apply(java.util.Iterator<T> i,
UnaryFunctionEx<T,?> f) |
static <C extends java.util.Collection<T>,T,V extends T,E> |
CollectionsX.transformEx(C dest,
java.util.Collection<E> src,
UnaryFunctionEx<E,V> f) |
Copyright © 2017 WSO2. All Rights Reserved.