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

Packages that use UnaryFunction
org.apache.ode.utils.stl   
 

Uses of UnaryFunction in org.apache.ode.utils.stl
 

Classes in org.apache.ode.utils.stl that implement UnaryFunction
 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
           
 

Fields in org.apache.ode.utils.stl declared as UnaryFunction
static UnaryFunction<java.util.Map.Entry,java.lang.Object> CollectionsX.ufnMapEntry_getKey
           
static UnaryFunction<java.util.Map.Entry,java.lang.Object> CollectionsX.ufnMapEntry_getValue
           
 

Methods in org.apache.ode.utils.stl with parameters of type UnaryFunction
static
<T> void
CollectionsX.apply(java.util.Collection<T> coll, UnaryFunction<T,?> f)
           
static
<T> void
CollectionsX.apply(java.util.Iterator<T> i, UnaryFunction<T,?> f)
           
static
<C extends java.util.Collection<T>,T,V extends T,E>
C
CollectionsX.transform(C dest, java.util.Collection<E> src, UnaryFunction<E,V> f)
          Transform a collection with a unary function.
static
<C extends java.util.Collection<T>,T,V extends T,E>
C
CollectionsX.transform(C dest, java.util.Enumeration<E> i, UnaryFunction<E,V> f)
           
 

Constructors in org.apache.ode.utils.stl with parameters of type UnaryFunction
CompositeUnaryFunction(UnaryFunction<T,V> f, UnaryFunction<E,T> g)
           
CompositeUnaryFunction(UnaryFunction<T,V> f, UnaryFunction<E,T> g)
           
FilterIterator(java.util.Iterator<T> i, UnaryFunction<T,java.lang.Boolean> mf)
           
TransformIterator(java.util.Iterator<E> i, UnaryFunction<E,V> txForm)
           
 



Copyright © 2015 WSO2. All Rights Reserved.