Uses of Class
org.op4j.operators.impl.op.array.Level0ArrayOperator

Packages that use Level0ArrayOperator
org.op4j   
org.op4j.operators.impl.op.array   
org.op4j.operators.impl.op.generic   
org.op4j.operators.impl.op.list   
org.op4j.operators.impl.op.set   
 

Uses of Level0ArrayOperator in org.op4j
 

Methods in org.op4j that return Level0ArrayOperator
static
<T> Level0ArrayOperator<BigDecimal[],BigDecimal>
Op.on(BigDecimal[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<BigInteger[],BigInteger>
Op.on(BigInteger[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Boolean[],Boolean>
Op.on(boolean[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Boolean[],Boolean>
Op.on(Boolean[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Byte[],Byte>
Op.on(byte[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Byte[],Byte>
Op.on(Byte[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Calendar[],Calendar>
Op.on(Calendar[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Character[],Character>
Op.on(char[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Character[],Character>
Op.on(Character[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Date[],Date>
Op.on(Date[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Date[],Date>
Op.on(Date[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Double[],Double>
Op.on(double[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Double[],Double>
Op.on(Double[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Float[],Float>
Op.on(float[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Float[],Float>
Op.on(Float[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Integer[],Integer>
Op.on(int[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Integer[],Integer>
Op.on(Integer[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Long[],Long>
Op.on(long[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Long[],Long>
Op.on(Long[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Short[],Short>
Op.on(short[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Short[],Short>
Op.on(Short[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<String[],String>
Op.on(String[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Timestamp[],Timestamp>
Op.on(Timestamp[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<T[],T>
Op.on(org.javaruntype.type.Type<T[]> type, T[] target)
           Creates an operation expression on the specified target object, specifying the target type by means of the type parameter.
static
<T> Level0ArrayOperator<BigDecimal[],BigDecimal>
Op.onArray(BigDecimal[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<BigInteger[],BigInteger>
Op.onArray(BigInteger[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Boolean[],Boolean>
Op.onArray(boolean[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Boolean[],Boolean>
Op.onArray(Boolean[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Byte[],Byte>
Op.onArray(byte[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Byte[],Byte>
Op.onArray(Byte[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Calendar[],Calendar>
Op.onArray(Calendar[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Character[],Character>
Op.onArray(char[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Character[],Character>
Op.onArray(Character[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Date[],Date>
Op.onArray(Date[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Date[],Date>
Op.onArray(Date[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Double[],Double>
Op.onArray(double[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Double[],Double>
Op.onArray(Double[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Float[],Float>
Op.onArray(float[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Float[],Float>
Op.onArray(Float[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Integer[],Integer>
Op.onArray(int[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Integer[],Integer>
Op.onArray(Integer[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Long[],Long>
Op.onArray(long[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Long[],Long>
Op.onArray(Long[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Short[],Short>
Op.onArray(short[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Short[],Short>
Op.onArray(Short[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<String[],String>
Op.onArray(String[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<Timestamp[],Timestamp>
Op.onArray(Timestamp[] target)
           Creates an operation expression on the specified target object.
static
<T> Level0ArrayOperator<BigDecimal[],BigDecimal>
Op.onArrayFor(BigDecimal... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<BigInteger[],BigInteger>
Op.onArrayFor(BigInteger... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Boolean[],Boolean>
Op.onArrayFor(Boolean... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Byte[],Byte>
Op.onArrayFor(Byte... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Calendar[],Calendar>
Op.onArrayFor(Calendar... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Character[],Character>
Op.onArrayFor(Character... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Date[],Date>
Op.onArrayFor(Date... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Date[],Date>
Op.onArrayFor(Date... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Double[],Double>
Op.onArrayFor(Double... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Float[],Float>
Op.onArrayFor(Float... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Integer[],Integer>
Op.onArrayFor(Integer... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Long[],Long>
Op.onArrayFor(Long... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Short[],Short>
Op.onArrayFor(Short... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<String[],String>
Op.onArrayFor(String... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<Timestamp[],Timestamp>
Op.onArrayFor(Timestamp... elements)
           Creates an array with the specified elements and an operation expression on it.
static
<T> Level0ArrayOperator<T[],T>
Op.onArrayOf(org.javaruntype.type.Type<T> type, T[] target)
           Creates an operation expression on the specified target object, specifying the target type by means of the type parameter.
 

Uses of Level0ArrayOperator in org.op4j.operators.impl.op.array
 

Methods in org.op4j.operators.impl.op.array that return Level0ArrayOperator
 Level0ArrayOperator<I,T> Level0ArrayOperator.add(T newElement)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.addAll(Collection<T> collection)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.addAll(T... newElements)
           
<X> Level0ArrayOperator<I,X>
Level0IndefiniteArrayOperator.castToArrayOf(org.javaruntype.type.Type<X> newType)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.castToArrayOf(org.javaruntype.type.Type<X> newType)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.distinct()
           
 Level0ArrayOperator<I,T> Level1ArrayElementsOperator.endFor()
           
 Level0ArrayOperator<I,T> Level0ArraySelectedOperator.endIf()
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.execAsArray(IFunction<? super T[],? extends T[]> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.execAsArrayOf(org.javaruntype.type.Type<X> newType, IFunction<? super T[],X[]> function)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.execIfFalseAsArray(IFunction<? super T[],Boolean> eval, IFunction<? super T[],? extends T[]> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.execIfFalseAsArrayOf(org.javaruntype.type.Type<X> newType, IFunction<? super T[],Boolean> eval, IFunction<? super T[],X[]> function, IFunction<? super T[],X[]> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.execIfNotNullAsArray(IFunction<? super T[],? extends T[]> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.execIfNotNullAsArrayOf(org.javaruntype.type.Type<X> newType, IFunction<? super T[],X[]> function, IFunction<? super T[],X[]> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.execIfNullAsArray(IFunction<? super T[],? extends T[]> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.execIfNullAsArrayOf(org.javaruntype.type.Type<X> newType, IFunction<? super T[],X[]> function, IFunction<? super T[],X[]> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.execIfTrueAsArray(IFunction<? super T[],Boolean> eval, IFunction<? super T[],? extends T[]> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.execIfTrueAsArrayOf(org.javaruntype.type.Type<X> newType, IFunction<? super T[],Boolean> eval, IFunction<? super T[],X[]> function, IFunction<? super T[],X[]> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.insert(int position, T newElement)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.insertAll(int position, T... newElements)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.map(IFunction<? super T,? extends T> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.map(org.javaruntype.type.Type<X> newType, IFunction<? super T,X> function)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.mapIfFalse(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.mapIfFalse(org.javaruntype.type.Type<X> newType, IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.mapIfNotNull(IFunction<? super T,? extends T> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.mapIfNotNull(org.javaruntype.type.Type<X> newType, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.mapIfNull(IFunction<? super T,? extends T> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.mapIfNull(org.javaruntype.type.Type<X> newType, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.mapIfTrue(IFunction<? super T,Boolean> eval, IFunction<? super T,? extends T> function)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.mapIfTrue(org.javaruntype.type.Type<X> newType, IFunction<? super T,Boolean> eval, IFunction<? super T,X> function, IFunction<? super T,X> elseFunction)
           
<X> Level0ArrayOperator<I,X>
Level0IndefiniteArrayOperator.of(org.javaruntype.type.Type<X> newType)
           
<X> Level0ArrayOperator<I,X>
Level0ArrayOperator.of(org.javaruntype.type.Type<X> newType)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllEqual(T... values)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllFalse(IFunction<? super T,Boolean> eval)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllIndexes(int... indexes)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllIndexesNot(int... indexes)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllNotNullAndFalse(IFunction<? super T,Boolean> eval)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllNotNullAndTrue(IFunction<? super T,Boolean> eval)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllNull()
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllNullOrFalse(IFunction<? super T,Boolean> eval)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllNullOrTrue(IFunction<? super T,Boolean> eval)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.removeAllTrue(IFunction<? super T,Boolean> eval)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.replaceIfNullWith(T[] replacement)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.replaceWith(T[] replacement)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.reverse()
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.sort()
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.sort(Comparator<? super T> comparator)
           
 Level0ArrayOperator<I,T> Level0ArrayOperator.sortBy(IFunction<? super T,?> by)
           
 

Uses of Level0ArrayOperator in org.op4j.operators.impl.op.generic
 

Methods in org.op4j.operators.impl.op.generic that return Level0ArrayOperator
<X> Level0ArrayOperator<I,X>
Level0GenericUniqOperator.castToArrayOf(org.javaruntype.type.Type<X> type)
           
 Level0ArrayOperator<I,T> Level0GenericUniqOperator.intoSingletonArrayOf(org.javaruntype.type.Type<T> type)
           
 

Uses of Level0ArrayOperator in org.op4j.operators.impl.op.list
 

Methods in org.op4j.operators.impl.op.list that return Level0ArrayOperator
 Level0ArrayOperator<I,T> Level0ListOperator.toArrayOf(org.javaruntype.type.Type<T> type)
           
 

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

Methods in org.op4j.operators.impl.op.set that return Level0ArrayOperator
 Level0ArrayOperator<I,T> Level0SetOperator.toArrayOf(org.javaruntype.type.Type<T> type)
           
 



Copyright © 2012 The OP4J team. All Rights Reserved.