A B C D E F G I L N O Q S T V 
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 byBooleanToDoubleCollector.supplier() and adds a single boolean value to it.
accumulator() - Method in interface com.speedment.common.function.collector.BooleanToLongCollector
Stateless function that takes an accumulating object returned byBooleanToLongCollector.supplier() and adds a single boolean value to it.
accumulator() - Method in interface com.speedment.common.function.collector.ByteToDoubleCollector
Stateless function that takes an accumulating object returned byByteToDoubleCollector.supplier() and adds a single byte value to it.
accumulator() - Method in interface com.speedment.common.function.collector.ByteToLongCollector
Stateless function that takes an accumulating object returned byByteToLongCollector.supplier() and adds a single byte value to it.
accumulator() - Method in interface com.speedment.common.function.collector.CharToDoubleCollector
Stateless function that takes an accumulating object returned byCharToDoubleCollector.supplier() and adds a single char value to it.
accumulator() - Method in interface com.speedment.common.function.collector.CharToLongCollector
Stateless function that takes an accumulating object returned byCharToLongCollector.supplier() and adds a single char value to it.
accumulator() - Method in interface com.speedment.common.function.collector.DoubleToDoubleCollector
Stateless function that takes an accumulating object returned byDoubleToDoubleCollector.supplier() and adds a single double value to it.
accumulator() - Method in interface com.speedment.common.function.collector.DoubleToLongCollector
Stateless function that takes an accumulating object returned byDoubleToLongCollector.supplier() and adds a single double value to it.
accumulator() - Method in interface com.speedment.common.function.collector.FloatToDoubleCollector
Stateless function that takes an accumulating object returned byFloatToDoubleCollector.supplier() and adds a single float value to it.
accumulator() - Method in interface com.speedment.common.function.collector.FloatToLongCollector
Stateless function that takes an accumulating object returned byFloatToLongCollector.supplier() and adds a single float value to it.
accumulator() - Method in interface com.speedment.common.function.collector.IntToDoubleCollector
Stateless function that takes an accumulating object returned byIntToDoubleCollector.supplier() and adds a single int value to it.
accumulator() - Method in interface com.speedment.common.function.collector.IntToLongCollector
Stateless function that takes an accumulating object returned byIntToLongCollector.supplier() and adds a single int value to it.
accumulator() - Method in interface com.speedment.common.function.collector.LongCollector
Stateless function that takes an accumulating object returned bysupplier() and adds a single long value to it.
accumulator() - Method in interface com.speedment.common.function.collector.LongToDoubleCollector
Stateless function that takes an accumulating object returned byLongToDoubleCollector.supplier() and adds a single long value to it.
accumulator() - Method in interface com.speedment.common.function.collector.LongToLongCollector
Stateless function that takes an accumulating object returned byLongToLongCollector.supplier() and adds a single long value to it.
accumulator() - Method in interface com.speedment.common.function.collector.ShortToDoubleCollector
Stateless function that takes an accumulating object returned byShortToDoubleCollector.supplier() and adds a single short value to it.
accumulator() - Method in interface com.speedment.common.function.collector.ShortToLongCollector
Stateless function that takes an accumulating object returned byShortToLongCollector.supplier() and adds a single short value 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 LongBiConsumer that performs, in sequence, this operation followed by the after operation.
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 new boolean.
applyAsBoolean(long) - Method in interface com.speedment.common.function.LongToBooleanFunction
Returns the boolean value for the specified long.
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 new byte.
applyAsByte(long) - Method in interface com.speedment.common.function.LongToByteFunction
Returns the byte value for the specified long.
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 new char.
applyAsChar(long) - Method in interface com.speedment.common.function.LongToCharFunction
Returns the char value for the specified long.
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 a double.
applyAsDouble(byte) - Method in interface com.speedment.common.function.ByteToDoubleFunction
Applies this function on the specified byte, returning a double.
applyAsDouble(float) - Method in interface com.speedment.common.function.FloatToDoubleFunction
Applies this function on the specified float, returning a double.
applyAsDouble(short) - Method in interface com.speedment.common.function.ShortToDoubleFunction
Applies this function on the specified short, returning a double.
applyAsFloat(float) - Method in interface com.speedment.common.function.FloatUnaryOperator
Applies this function on the specified float, returning a new float.
applyAsFloat(long) - Method in interface com.speedment.common.function.LongToFloatFunction
Returns the float value for the specified long.
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 a long.
applyAsLong(float) - Method in interface com.speedment.common.function.FloatToLongFunction
Applies this function on the specified float, returning a long.
applyAsLong(short) - Method in interface com.speedment.common.function.ShortToLongFunction
Applies this function on the specified short, returning a long.
applyAsShort(long) - Method in interface com.speedment.common.function.LongToShortFunction
Returns the short value for the specified long.
applyAsShort(short) - Method in interface com.speedment.common.function.ShortUnaryOperator
Applies this function on the specified short, returning a new short.
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 boolean and returns an object.
BooleanPredicate - Interface in com.speedment.common.function
A Predicate specialized for primitive boolean values.
BooleanToDoubleCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on boolean values, resulting in a single double.
BooleanToDoubleFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a boolean returns a double.
BooleanToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on boolean values, resulting in a single long.
BooleanUnaryOperator - Interface in com.speedment.common.function
Functional interface describing a method that given a boolean returns another boolean.
ByteFunction<T> - Interface in com.speedment.common.function
A function that takes a primitive byte and 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 byte values, resulting in a single double.
ByteToDoubleFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a byte returns a double.
ByteToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on byte values, resulting in a single long.
ByteToLongFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a byte returns a long.
ByteUnaryOperator - Interface in com.speedment.common.function
Functional interface describing a method that given a byte returns another byte.

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 char and returns an object.
CharToDoubleCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on char values, resulting in a single double.
CharToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on char values, resulting in a single long.
CharUnaryOperator - Interface in com.speedment.common.function
Functional interface describing a method that given a char returns another char.
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, finisher and characteristics.

D

DoubleToDoubleCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on double values, resulting in a single double.
DoubleToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on double values, resulting in a single long.

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 BooleanOptional describing the value, otherwise return an empty BooleanOptional.
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 float and 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 float values, resulting in a single double.
FloatToDoubleFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a float returns a double.
FloatToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on float values, resulting in a single long.
FloatToLongFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a float returns a long.
FloatUnaryOperator - Interface in com.speedment.common.function
Functional interface describing a method that given a float returns another float.
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 int values, resulting in a single double.
IntToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on int values, resulting in a single long.
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 longs and returns an object.
LongCollector<A,​R> - Interface in com.speedment.common.function.collector
Primitive collector that operates on long values, resulting in an object of type R.
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 long values, resulting in a single double.
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 long values, resulting in a single long.
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 Optional specialized 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 short and 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 short values, resulting in a single double.
ShortToDoubleFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a short returns a double.
ShortToLongCollector<A> - Interface in com.speedment.common.function.collector
Primitive collector that operates on short values, resulting in a single long.
ShortToLongFunction - Interface in com.speedment.common.function
Functional interface describing a method that given a short returns a long.
ShortUnaryOperator - Interface in com.speedment.common.function
Functional interface describing a method that given a short returns another short.
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.
A B C D E F G I L N O Q S T V 
All Classes All Packages