Uses of Class
org.op4j.operators.impl.op.set.Level1SetElementsOperator

Packages that use Level1SetElementsOperator
org.op4j.operators.impl.op.set   
 

Uses of Level1SetElementsOperator in org.op4j.operators.impl.op.set
 

Methods in org.op4j.operators.impl.op.set that return Level1SetElementsOperator
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.castTo(org.javaruntype.type.Type<X> type)
           
 Level1SetElementsOperator<I,T> Level1SetElementsSelectedOperator.endIf()
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.exec(IFunction<? super T,X> function)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.execIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.execIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.execIfIndex(int[] indexes, IFunction<? super T,? extends T> function)
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.execIfIndex(int[] indexes, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.execIfIndexNot(int[] indexes, IFunction<? super T,? extends T> function)
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.execIfIndexNot(int[] indexes, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.execIfNotNull(IFunction<? super T,? extends T> function)
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.execIfNotNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.execIfNull(IFunction<? super T,? extends T> function)
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.execIfNull(IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.execIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> Level1SetElementsOperator<I,X>
Level1SetElementsOperator.execIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level1SetElementsOperator<I,T> Level0SetOperator.forEach()
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.replaceIfNullWith(T replacement)
           
 Level1SetElementsOperator<I,T> Level1SetElementsOperator.replaceWith(T replacement)
           
 



Copyright © 2012 The OP4J team. All Rights Reserved.