Uses of Class
org.op4j.operators.impl.fn.set.Level0SetOperator

Packages that use Level0SetOperator
org.op4j.functions   
org.op4j.operators.impl.fn.array   
org.op4j.operators.impl.fn.generic   
org.op4j.operators.impl.fn.list   
org.op4j.operators.impl.fn.map   
org.op4j.operators.impl.fn.set   
 

Uses of Level0SetOperator in org.op4j.functions
 

Methods in org.op4j.functions that return Level0SetOperator
static
<T> Level0SetOperator<Set<T>,T>
Fn.onSetOf(org.javaruntype.type.Type<T> type)
           Creates a function expression for building a function operating on a target object of type Set<T>, being Type<T> a type specified as a parameter.
static Level0SetOperator<Set<BigDecimal>,BigDecimal> Fn.onSetOfBigDecimal()
           Creates a function expression for building a function operating on a target object of type Set<BigDecimal>.
static Level0SetOperator<Set<BigInteger>,BigInteger> Fn.onSetOfBigInteger()
           Creates a function expression for building a function operating on a target object of type Set<BigInteger>.
static Level0SetOperator<Set<Boolean>,Boolean> Fn.onSetOfBoolean()
           Creates a function expression for building a function operating on a target object of type Set<Boolean>.
static Level0SetOperator<Set<Byte>,Byte> Fn.onSetOfByte()
           Creates a function expression for building a function operating on a target object of type Set<Byte>.
static Level0SetOperator<Set<Calendar>,Calendar> Fn.onSetOfCalendar()
           Creates a function expression for building a function operating on a target object of type Set<Calendar>.
static Level0SetOperator<Set<Character>,Character> Fn.onSetOfCharacter()
           Creates a function expression for building a function operating on a target object of type Set<Character>.
static Level0SetOperator<Set<Date>,Date> Fn.onSetOfDate()
           Creates a function expression for building a function operating on a target object of type Set<Date>.
static Level0SetOperator<Set<Double>,Double> Fn.onSetOfDouble()
           Creates a function expression for building a function operating on a target object of type Set<Double>.
static Level0SetOperator<Set<Float>,Float> Fn.onSetOfFloat()
           Creates a function expression for building a function operating on a target object of type Set<Float>.
static Level0SetOperator<Set<Integer>,Integer> Fn.onSetOfInteger()
           Creates a function expression for building a function operating on a target object of type Set<Integer>.
static Level0SetOperator<Set<Long>,Long> Fn.onSetOfLong()
           Creates a function expression for building a function operating on a target object of type Set<Long>.
static Level0SetOperator<Set<Object>,Object> Fn.onSetOfObject()
           Creates a function expression for building a function operating on a target object of type Set<Object>.
static Level0SetOperator<Set<Short>,Short> Fn.onSetOfShort()
           Creates a function expression for building a function operating on a target object of type Set<Short>.
static Level0SetOperator<Set<String>,String> Fn.onSetOfString()
           Creates a function expression for building a function operating on a target object of type Set<String>.
 

Uses of Level0SetOperator in org.op4j.operators.impl.fn.array
 

Methods in org.op4j.operators.impl.fn.array that return Level0SetOperator
 Level0SetOperator<I,T> Level0ArrayOperator.toSet()
           
 

Uses of Level0SetOperator in org.op4j.operators.impl.fn.generic
 

Methods in org.op4j.operators.impl.fn.generic that return Level0SetOperator
<X> Level0SetOperator<I,X>
Level0GenericUniqOperator.castToSetOf(org.javaruntype.type.Type<X> type)
           
 Level0SetOperator<I,T> Level0GenericUniqOperator.intoSingletonSet()
           
 

Uses of Level0SetOperator in org.op4j.operators.impl.fn.list
 

Methods in org.op4j.operators.impl.fn.list that return Level0SetOperator
 Level0SetOperator<I,T> Level0ListOperator.toSet()
           
 

Uses of Level0SetOperator in org.op4j.operators.impl.fn.map
 

Methods in org.op4j.operators.impl.fn.map that return Level0SetOperator
 Level0SetOperator<I,K> Level0MapOperator.extractKeys()
           
 

Uses of Level0SetOperator in org.op4j.operators.impl.fn.set
 

Methods in org.op4j.operators.impl.fn.set that return Level0SetOperator
 Level0SetOperator<I,T> Level0SetOperator.add(T newElement)
           
 Level0SetOperator<I,T> Level0SetOperator.addAll(Collection<T> collection)
           
 Level0SetOperator<I,T> Level0SetOperator.addAll(T... newElements)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.castToSetOf(org.javaruntype.type.Type<X> type)
           
 Level0SetOperator<I,T> Level1SetElementsOperator.endFor()
           
 Level0SetOperator<I,T> Level0SetSelectedOperator.endIf()
           
<X> Level0SetOperator<I,X>
Level0SetOperator.execAsSet(IFunction<? super Set<T>,? extends Set<X>> function)
           
 Level0SetOperator<I,T> Level0SetOperator.execIfFalseAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<? extends T>> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.execIfFalseAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.execIfNotNullAsSet(IFunction<? super Set<T>,? extends Set<? extends T>> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.execIfNotNullAsSet(IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.execIfNullAsSet(IFunction<? super Set<T>,? extends Set<? extends T>> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.execIfNullAsSet(IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.execIfTrueAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<? extends T>> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.execIfTrueAsSet(IFunction<? super Set<T>,Boolean> eval, IFunction<? super Set<T>,? extends Set<X>> function, IFunction<? super Set<T>,? extends Set<X>> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.insert(int position, T newElement)
           
 Level0SetOperator<I,T> Level0SetOperator.insertAll(int position, T... newElements)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.map(IFunction<? super T,X> function)
           
 Level0SetOperator<I,T> Level0SetOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.mapIfNotNull(IFunction<? super T,? extends T> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.mapIfNotNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.mapIfNull(IFunction<? super T,? extends T> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.mapIfNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level0SetOperator<I,T> Level0SetOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
<X> Level0SetOperator<I,X>
Level0SetOperator.of(org.javaruntype.type.Type<X> type)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllEqual(T... values)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllFalse(IFunction<? super T,Boolean> eval)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllIndexes(int... indexes)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllIndexesNot(int... indexes)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllNotNullAndFalse(IFunction<? super T,Boolean> eval)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllNotNullAndTrue(IFunction<? super T,Boolean> eval)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllNull()
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllNullOrFalse(IFunction<? super T,Boolean> eval)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllNullOrTrue(IFunction<? super T,Boolean> eval)
           
 Level0SetOperator<I,T> Level0SetOperator.removeAllTrue(IFunction<? super T,Boolean> eval)
           
 Level0SetOperator<I,T> Level0SetOperator.replaceIfNullWith(Set<T> replacement)
           
 Level0SetOperator<I,T> Level0SetOperator.replaceWith(Set<T> replacement)
           
 Level0SetOperator<I,T> Level0SetOperator.reverse()
           
 Level0SetOperator<I,T> Level0SetOperator.sort()
           
 Level0SetOperator<I,T> Level0SetOperator.sort(Comparator<? super T> comparator)
           
 Level0SetOperator<I,T> Level0SetOperator.sortBy(IFunction<? super T,?> by)
           
 



Copyright © 2012 The OP4J team. All Rights Reserved.