A B C D E F G I L N O Q S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(boolean) - Method in interface com.speedment.common.function.BooleanConsumer
- accept(long, long) - Method in interface com.speedment.common.function.LongBiConsumer
-
Performs this operation on the given argument.
- accept(T, boolean) - Method in interface com.speedment.common.function.ObjBooleanConsumer
-
Performs this operation on the given arguments.
- accept(T, byte) - Method in interface com.speedment.common.function.ObjByteConsumer
-
Performs this operation on the given arguments.
- accept(T, char) - Method in interface com.speedment.common.function.ObjCharConsumer
-
Performs this operation on the given arguments.
- accept(T, float) - Method in interface com.speedment.common.function.ObjFloatConsumer
-
Performs this operation on the given arguments.
- accept(T, short) - Method in interface com.speedment.common.function.ObjShortConsumer
-
Performs this operation on the given arguments.
- accept(T, U, V) - Method in interface com.speedment.common.function.TriConsumer
-
Performs this operation on the given argument.
- accumulator() - Method in interface com.speedment.common.function.collector.BooleanToDoubleCollector
-
Stateless function that takes an accumulating object returned by
BooleanToDoubleCollector.supplier()and adds a singlebooleanvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.BooleanToLongCollector
-
Stateless function that takes an accumulating object returned by
BooleanToLongCollector.supplier()and adds a singlebooleanvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.ByteToDoubleCollector
-
Stateless function that takes an accumulating object returned by
ByteToDoubleCollector.supplier()and adds a singlebytevalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.ByteToLongCollector
-
Stateless function that takes an accumulating object returned by
ByteToLongCollector.supplier()and adds a singlebytevalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.CharToDoubleCollector
-
Stateless function that takes an accumulating object returned by
CharToDoubleCollector.supplier()and adds a singlecharvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.CharToLongCollector
-
Stateless function that takes an accumulating object returned by
CharToLongCollector.supplier()and adds a singlecharvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.DoubleToDoubleCollector
-
Stateless function that takes an accumulating object returned by
DoubleToDoubleCollector.supplier()and adds a singledoublevalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.DoubleToLongCollector
-
Stateless function that takes an accumulating object returned by
DoubleToLongCollector.supplier()and adds a singledoublevalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.FloatToDoubleCollector
-
Stateless function that takes an accumulating object returned by
FloatToDoubleCollector.supplier()and adds a singlefloatvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.FloatToLongCollector
-
Stateless function that takes an accumulating object returned by
FloatToLongCollector.supplier()and adds a singlefloatvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.IntToDoubleCollector
-
Stateless function that takes an accumulating object returned by
IntToDoubleCollector.supplier()and adds a singleintvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.IntToLongCollector
-
Stateless function that takes an accumulating object returned by
IntToLongCollector.supplier()and adds a singleintvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.LongCollector
-
Stateless function that takes an accumulating object returned by
supplier()and adds a singlelongvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.LongToDoubleCollector
-
Stateless function that takes an accumulating object returned by
LongToDoubleCollector.supplier()and adds a singlelongvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.LongToLongCollector
-
Stateless function that takes an accumulating object returned by
LongToLongCollector.supplier()and adds a singlelongvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.ShortToDoubleCollector
-
Stateless function that takes an accumulating object returned by
ShortToDoubleCollector.supplier()and adds a singleshortvalue to it. - accumulator() - Method in interface com.speedment.common.function.collector.ShortToLongCollector
-
Stateless function that takes an accumulating object returned by
ShortToLongCollector.supplier()and adds a singleshortvalue to it. - and(BooleanPredicate) - Method in interface com.speedment.common.function.BooleanPredicate
- andThen(BooleanUnaryOperator) - Method in interface com.speedment.common.function.BooleanUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function after this function.
- andThen(ByteUnaryOperator) - Method in interface com.speedment.common.function.ByteUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function after this function.
- andThen(CharUnaryOperator) - Method in interface com.speedment.common.function.CharUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function after this function.
- andThen(FloatUnaryOperator) - Method in interface com.speedment.common.function.FloatUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function after this function.
- andThen(LongBiConsumer) - Method in interface com.speedment.common.function.LongBiConsumer
-
Returns a composed
LongBiConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(ShortUnaryOperator) - Method in interface com.speedment.common.function.ShortUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function after this function.
- apply(boolean) - Method in interface com.speedment.common.function.BooleanFunction
-
Applies this function to the given argument.
- apply(byte) - Method in interface com.speedment.common.function.ByteFunction
-
Applies this function to the given argument.
- apply(char) - Method in interface com.speedment.common.function.CharFunction
-
Applies this function to the given argument.
- apply(float) - Method in interface com.speedment.common.function.FloatFunction
-
Applies this function to the given argument.
- apply(long, long) - Method in interface com.speedment.common.function.LongBiFunction
-
Takes two primitive
long-values and returns an object. - apply(short) - Method in interface com.speedment.common.function.ShortFunction
-
Applies this function to the given argument.
- apply(T0, T1, T2, T3, T4) - Method in interface com.speedment.common.function.Function5
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5) - Method in interface com.speedment.common.function.Function6
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6) - Method in interface com.speedment.common.function.Function7
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7) - Method in interface com.speedment.common.function.Function8
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface com.speedment.common.function.Function9
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in interface com.speedment.common.function.Function10
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in interface com.speedment.common.function.Function11
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in interface com.speedment.common.function.Function12
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in interface com.speedment.common.function.Function13
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in interface com.speedment.common.function.Function14
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in interface com.speedment.common.function.Function15
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in interface com.speedment.common.function.Function16
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in interface com.speedment.common.function.Function17
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in interface com.speedment.common.function.Function18
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in interface com.speedment.common.function.Function19
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in interface com.speedment.common.function.Function20
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in interface com.speedment.common.function.Function21
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in interface com.speedment.common.function.Function22
-
Applies this function to the given arguments.
- apply(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in interface com.speedment.common.function.Function23
-
Applies this function to the given arguments.
- apply(T, U, V) - Method in interface com.speedment.common.function.TriFunction
-
Applies this function to the given arguments.
- apply(T, U, V, X) - Method in interface com.speedment.common.function.QuadFunction
-
Applies this function to the given arguments.
- applyAsBoolean(boolean) - Method in interface com.speedment.common.function.BooleanUnaryOperator
-
Applies this function on the specified
boolean, returning a newboolean. - applyAsBoolean(long) - Method in interface com.speedment.common.function.LongToBooleanFunction
-
Returns the
booleanvalue for the specifiedlong. - applyAsBoolean(T) - Method in interface com.speedment.common.function.ToBooleanFunction
-
Applies this function to the given argument.
- applyAsByte(byte) - Method in interface com.speedment.common.function.ByteUnaryOperator
-
Applies this function on the specified
byte, returning a newbyte. - applyAsByte(long) - Method in interface com.speedment.common.function.LongToByteFunction
-
Returns the
bytevalue for the specifiedlong. - applyAsByte(T) - Method in interface com.speedment.common.function.ToByteFunction
-
Applies this function to the given argument.
- applyAsChar(char) - Method in interface com.speedment.common.function.CharUnaryOperator
-
Applies this function on the specified
char, returning a newchar. - applyAsChar(long) - Method in interface com.speedment.common.function.LongToCharFunction
-
Returns the
charvalue for the specifiedlong. - applyAsChar(T) - Method in interface com.speedment.common.function.ToCharFunction
-
Applies this function to the given argument.
- applyAsDouble(boolean) - Method in interface com.speedment.common.function.BooleanToDoubleFunction
-
Applies this function on the specified
boolean, returning adouble. - applyAsDouble(byte) - Method in interface com.speedment.common.function.ByteToDoubleFunction
-
Applies this function on the specified
byte, returning adouble. - applyAsDouble(float) - Method in interface com.speedment.common.function.FloatToDoubleFunction
-
Applies this function on the specified
float, returning adouble. - applyAsDouble(short) - Method in interface com.speedment.common.function.ShortToDoubleFunction
-
Applies this function on the specified
short, returning adouble. - applyAsFloat(float) - Method in interface com.speedment.common.function.FloatUnaryOperator
-
Applies this function on the specified
float, returning a newfloat. - applyAsFloat(long) - Method in interface com.speedment.common.function.LongToFloatFunction
-
Returns the
floatvalue for the specifiedlong. - applyAsFloat(T) - Method in interface com.speedment.common.function.ToFloatFunction
-
Applies this function to the given argument.
- applyAsInt(long, long) - Method in interface com.speedment.common.function.BiLongToIntFunction
- applyAsInt(T, long) - Method in interface com.speedment.common.function.ObjLongToIntFunction
- applyAsLong(byte) - Method in interface com.speedment.common.function.ByteToLongFunction
-
Applies this function on the specified
byte, returning along. - applyAsLong(float) - Method in interface com.speedment.common.function.FloatToLongFunction
-
Applies this function on the specified
float, returning along. - applyAsLong(short) - Method in interface com.speedment.common.function.ShortToLongFunction
-
Applies this function on the specified
short, returning along. - applyAsShort(long) - Method in interface com.speedment.common.function.LongToShortFunction
-
Returns the
shortvalue for the specifiedlong. - applyAsShort(short) - Method in interface com.speedment.common.function.ShortUnaryOperator
-
Applies this function on the specified
short, returning a newshort. - applyAsShort(T) - Method in interface com.speedment.common.function.ToShortFunction
-
Applies this function to the given argument.
B
- BiBytePredicate - Interface in com.speedment.common.function
-
Functional interface representing side-effect free methods with the signature
boolean test(byte, byte). - BiDoublePredicate - Interface in com.speedment.common.function
-
Functional interface representing side-effect free methods with the signature
boolean test(float, float). - BiFloatPredicate - Interface in com.speedment.common.function
-
Functional interface representing side-effect free methods with the signature
boolean test(float, float). - BiIntPredicate - Interface in com.speedment.common.function
-
Functional interface representing side-effect free methods with the signature
boolean test(int, int). - BiLongPredicate - Interface in com.speedment.common.function
-
Functional interface representing side-effect free methods with the signature
boolean test(long, long). - BiLongToIntFunction - Interface in com.speedment.common.function
- BiShortPredicate - Interface in com.speedment.common.function
-
Functional interface representing side-effect free methods with the signature
boolean test(short, short). - BooleanConsumer - Interface in com.speedment.common.function
- BooleanFunction<T> - Interface in com.speedment.common.function
-
A function that takes a primitive
booleanand returns an object. - BooleanPredicate - Interface in com.speedment.common.function
-
A
Predicatespecialized for primitive boolean values. - BooleanToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
booleanvalues, resulting in a singledouble. - BooleanToDoubleFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
booleanreturns adouble. - BooleanToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
booleanvalues, resulting in a singlelong. - BooleanUnaryOperator - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
booleanreturns anotherboolean. - ByteFunction<T> - Interface in com.speedment.common.function
-
A function that takes a primitive
byteand returns an object. - BytePredicate - Interface in com.speedment.common.function
-
Predicate that tests a primitive
byte. - ByteToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
bytevalues, resulting in a singledouble. - ByteToDoubleFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
bytereturns adouble. - ByteToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
bytevalues, resulting in a singlelong. - ByteToLongFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
bytereturns along. - ByteUnaryOperator - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
bytereturns anotherbyte.
C
- characteristics() - Method in interface com.speedment.common.function.collector.BooleanToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.BooleanToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.ByteToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.ByteToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.CharToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.CharToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.DoubleToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.DoubleToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.FloatToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.FloatToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.IntToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.IntToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.LongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.LongToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.LongToLongCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.ShortToDoubleCollector
-
Returns a set of characteristics for this collector.
- characteristics() - Method in interface com.speedment.common.function.collector.ShortToLongCollector
-
Returns a set of characteristics for this collector.
- CharFunction<T> - Interface in com.speedment.common.function
-
A function that takes a primitive
charand returns an object. - CharToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
charvalues, resulting in a singledouble. - CharToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
charvalues, resulting in a singlelong. - CharUnaryOperator - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
charreturns anotherchar. - com.speedment.common.function - module com.speedment.common.function
- com.speedment.common.function - package com.speedment.common.function
-
This package contains the main function classes.
- com.speedment.common.function.collector - package com.speedment.common.function.collector
-
This package contains collector classes.
- combiner() - Method in interface com.speedment.common.function.collector.BooleanToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.BooleanToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.ByteToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.ByteToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.CharToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.CharToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.DoubleToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.DoubleToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.FloatToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.FloatToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.IntToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.IntToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.LongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.LongToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.LongToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.ShortToDoubleCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- combiner() - Method in interface com.speedment.common.function.collector.ShortToLongCollector
-
Stateless function that takes two accumulating objects and returns a single one representing the combined result.
- compose(BooleanUnaryOperator) - Method in interface com.speedment.common.function.BooleanUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function before this function.
- compose(ByteUnaryOperator) - Method in interface com.speedment.common.function.ByteUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function before this function.
- compose(CharUnaryOperator) - Method in interface com.speedment.common.function.CharUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function before this function.
- compose(FloatUnaryOperator) - Method in interface com.speedment.common.function.FloatUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function before this function.
- compose(ShortUnaryOperator) - Method in interface com.speedment.common.function.ShortUnaryOperator
-
Composes a new function from this method and the specified one, applying the specified function before this function.
- create(Supplier<A>, ObjLongConsumer<A>, BinaryOperator<A>, Function<A, R>, Set<Collector.Characteristics>) - Static method in interface com.speedment.common.function.collector.LongCollector
-
Creates and returns a new instance of this interface that simply holds the specified
supplier,accumulator,combiner,finisherandcharacteristics.
D
- DoubleToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
doublevalues, resulting in a singledouble. - DoubleToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
doublevalues, resulting in a singlelong.
E
- empty() - Static method in enum com.speedment.common.function.OptionalBoolean
- EMPTY - com.speedment.common.function.OptionalBoolean
F
- FALSE - com.speedment.common.function.OptionalBoolean
- filter(BooleanPredicate) - Method in enum com.speedment.common.function.OptionalBoolean
-
If a value is present, and the value matches the given predicate, return a
BooleanOptionaldescribing the value, otherwise return an emptyBooleanOptional. - finisher() - Method in interface com.speedment.common.function.collector.BooleanToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.BooleanToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.ByteToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.ByteToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.CharToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.CharToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.DoubleToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.DoubleToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.FloatToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.FloatToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.IntToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.IntToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.LongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.LongToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.LongToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - finisher() - Method in interface com.speedment.common.function.collector.ShortToDoubleCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
double. - finisher() - Method in interface com.speedment.common.function.collector.ShortToLongCollector
-
Returns a finisher function that takes an accumulating object and turns it into the final
long. - FloatFunction<T> - Interface in com.speedment.common.function
-
A function that takes a primitive
floatand returns an object. - FloatPredicate - Interface in com.speedment.common.function
-
Predicate that tests a primitive
float. - FloatSupplier - Interface in com.speedment.common.function
- FloatToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
floatvalues, resulting in a singledouble. - FloatToDoubleFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
floatreturns adouble. - FloatToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
floatvalues, resulting in a singlelong. - FloatToLongFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
floatreturns along. - FloatUnaryOperator - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
floatreturns anotherfloat. - Function10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,R> - Interface in com.speedment.common.function
-
Represents a function that accepts ten arguments and produces a result.
- Function11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> - Interface in com.speedment.common.function
-
Represents a function that accepts eleven arguments and produces a result.
- Function12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 12 arguments and produces a result.
- Function13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 13 arguments and produces a result.
- Function14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 14 arguments and produces a result.
- Function15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 15 arguments and produces a result.
- Function16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 16 arguments and produces a result.
- Function17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 17 arguments and produces a result.
- Function18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 18 arguments and produces a result.
- Function19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 19 arguments and produces a result.
- Function20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 20 arguments and produces a result.
- Function21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 21 arguments and produces a result.
- Function22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 22 arguments and produces a result.
- Function23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,R> - Interface in com.speedment.common.function
-
Represents a function that accepts 23 arguments and produces a result.
- Function5<T0,T1,T2,T3,T4,R> - Interface in com.speedment.common.function
-
Represents a function that accepts five arguments and produces a result.
- Function6<T0,T1,T2,T3,T4,T5,R> - Interface in com.speedment.common.function
-
Represents a function that accepts six arguments and produces a result.
- Function7<T0,T1,T2,T3,T4,T5,T6,R> - Interface in com.speedment.common.function
-
Represents a function that accepts seven arguments and produces a result.
- Function8<T0,T1,T2,T3,T4,T5,T6,T7,R> - Interface in com.speedment.common.function
-
Represents a function that accepts eight arguments and produces a result.
- Function9<T0,T1,T2,T3,T4,T5,T6,T7,T8,R> - Interface in com.speedment.common.function
-
Represents a function that accepts nine arguments and produces a result.
G
- getAsBoolean() - Method in enum com.speedment.common.function.OptionalBoolean
- getAsFloat() - Method in interface com.speedment.common.function.FloatSupplier
-
Gets a result.
I
- ifPresent(BooleanConsumer) - Method in enum com.speedment.common.function.OptionalBoolean
- IntToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
intvalues, resulting in a singledouble. - IntToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
intvalues, resulting in a singlelong. - isPresent() - Method in enum com.speedment.common.function.OptionalBoolean
L
- LongBiConsumer - Interface in com.speedment.common.function
-
Represents an operation that accepts two
long-valued arguments and returns no result. - LongBiFunction<U> - Interface in com.speedment.common.function
-
Function that takes two primitive
longsand returns an object. - LongCollector<A,R> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
longvalues, resulting in an object of typeR. - LongToBooleanFunction - Interface in com.speedment.common.function
-
Functional interface that corresponds to the method signature
boolean apply(long). - LongToByteFunction - Interface in com.speedment.common.function
-
Functional interface that corresponds to the method signature
byte apply(long). - LongToCharFunction - Interface in com.speedment.common.function
-
Functional interface that corresponds to the method signature
char apply(long). - LongToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
longvalues, resulting in a singledouble. - LongToFloatFunction - Interface in com.speedment.common.function
-
Functional interface that corresponds to the method signature
float apply(long). - LongToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
longvalues, resulting in a singlelong. - LongToShortFunction - Interface in com.speedment.common.function
-
Functional interface that corresponds to the method signature
short apply(long).
N
- negate() - Method in interface com.speedment.common.function.BooleanPredicate
O
- ObjBooleanConsumer<T> - Interface in com.speedment.common.function
-
Represents an operation that accepts an object-valued and a
boolean-valued argument, and returns no result. - ObjByteConsumer<T> - Interface in com.speedment.common.function
-
Represents an operation that accepts an object-valued and a
byte-valued argument, and returns no result. - ObjCharConsumer<T> - Interface in com.speedment.common.function
-
Represents an operation that accepts an object-valued and a
char-valued argument, and returns no result. - ObjFloatConsumer<T> - Interface in com.speedment.common.function
-
Represents an operation that accepts an object-valued and a
float-valued argument, and returns no result. - ObjLongToIntFunction<T> - Interface in com.speedment.common.function
- ObjShortConsumer<T> - Interface in com.speedment.common.function
-
Represents an operation that accepts an object-valued and a
short-valued argument, and returns no result. - of(boolean) - Static method in enum com.speedment.common.function.OptionalBoolean
- ofNullable(Boolean) - Static method in enum com.speedment.common.function.OptionalBoolean
- OptionalBoolean - Enum in com.speedment.common.function
-
An
Optionalspecialized for primitive boolean values. - or(BooleanPredicate) - Method in interface com.speedment.common.function.BooleanPredicate
- orElse(boolean) - Method in enum com.speedment.common.function.OptionalBoolean
- orElseThrow(Supplier<T>) - Method in enum com.speedment.common.function.OptionalBoolean
Q
- QuadFunction<T,U,V,X,R> - Interface in com.speedment.common.function
-
Represents a function that accepts four arguments and produces a result.
S
- ShortFunction<T> - Interface in com.speedment.common.function
-
A function that takes a primitive
shortand returns an object. - ShortPredicate - Interface in com.speedment.common.function
-
Predicate that tests a primitive
short. - ShortToDoubleCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
shortvalues, resulting in a singledouble. - ShortToDoubleFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
shortreturns adouble. - ShortToLongCollector<A> - Interface in com.speedment.common.function.collector
-
Primitive collector that operates on
shortvalues, resulting in a singlelong. - ShortToLongFunction - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
shortreturns along. - ShortUnaryOperator - Interface in com.speedment.common.function
-
Functional interface describing a method that given a
shortreturns anothershort. - supplier() - Method in interface com.speedment.common.function.collector.BooleanToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.BooleanToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.ByteToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.ByteToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.CharToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.CharToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.DoubleToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.DoubleToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.FloatToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.FloatToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.IntToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.IntToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.LongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.LongToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.LongToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.ShortToDoubleCollector
-
Returns a supplier that can create an intermediary accumulating object.
- supplier() - Method in interface com.speedment.common.function.collector.ShortToLongCollector
-
Returns a supplier that can create an intermediary accumulating object.
T
- test(boolean) - Method in interface com.speedment.common.function.BooleanPredicate
- test(byte) - Method in interface com.speedment.common.function.BytePredicate
- test(byte, byte) - Method in interface com.speedment.common.function.BiBytePredicate
-
Tests this predicate with the specified arguments.
- test(double, double) - Method in interface com.speedment.common.function.BiDoublePredicate
-
Tests this predicate with the specified arguments.
- test(float) - Method in interface com.speedment.common.function.FloatPredicate
- test(float, float) - Method in interface com.speedment.common.function.BiFloatPredicate
-
Tests this predicate with the specified arguments.
- test(int, int) - Method in interface com.speedment.common.function.BiIntPredicate
-
Tests this predicate with the specified arguments.
- test(long, long) - Method in interface com.speedment.common.function.BiLongPredicate
-
Tests this predicate with the specified arguments.
- test(short) - Method in interface com.speedment.common.function.ShortPredicate
- test(short, short) - Method in interface com.speedment.common.function.BiShortPredicate
-
Tests this predicate with the specified arguments.
- test(T) - Method in interface com.speedment.common.function.ToBooleanFunction
- ToBooleanFunction<T> - Interface in com.speedment.common.function
-
A function that takes an object and returns a primitive
boolean. - ToByteFunction<T> - Interface in com.speedment.common.function
-
A function that takes an object and returns a primitive
byte. - ToCharFunction<T> - Interface in com.speedment.common.function
-
A function that takes an object and returns a primitive
char. - ToFloatFunction<T> - Interface in com.speedment.common.function
-
A function that takes an object and returns a primitive
float. - ToShortFunction<T> - Interface in com.speedment.common.function
-
A function that takes an object and returns a primitive
short. - TriConsumer<T,U,V> - Interface in com.speedment.common.function
-
Represents a consumer that accepts three arguments.
- TriFunction<T,U,V,R> - Interface in com.speedment.common.function
-
Represents a function that accepts three arguments and produces a result.
- TRUE - com.speedment.common.function.OptionalBoolean
V
- valueOf(String) - Static method in enum com.speedment.common.function.OptionalBoolean
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.speedment.common.function.OptionalBoolean
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages