Uses of Interface
org.apache.ode.utils.stl.UnaryFunctionEx

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
<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>
C
CollectionsX.transformEx(C dest, java.util.Collection<E> src, UnaryFunctionEx<E,V> f)
           
 



Copyright © 2015 WSO2. All Rights Reserved.