Uses of Interface
com.speedment.runtime.compute.trait.ToNullable
-
Packages that use ToNullable Package Description com.speedment.runtime.compute The Runtime Compute module adds a large number of functional interfaces to the Speedment system that allows computations to be performed on entities in a Stream without loosing metadata required by Speedment to optimize the stream.com.speedment.runtime.compute.expression.predicate Specializations of predicates that are returned by expressions. -
-
Uses of ToNullable in com.speedment.runtime.compute
Subinterfaces of ToNullable in com.speedment.runtime.compute Modifier and Type Interface Description interfaceToBigDecimalNullable<T>Expression that given an entity returns a nullableBigDecimalvalue.interfaceToBooleanNullable<T>Expression that given an entity returns abooleanvalue, ornull.interfaceToByteNullable<T>Expression that given an entity returns abytevalue, ornull.interfaceToCharNullable<T>Expression that given an entity returns acharvalue, ornull.interfaceToDoubleNullable<T>Expression that given an entity returns adoublevalue, ornull.interfaceToEnumNullable<T,E extends Enum<E>>Expression that given an entity returns anenumvalue, ornull.interfaceToFloatNullable<T>Expression that given an entity returns afloatvalue, ornull.interfaceToIntNullable<T>Expression that given an entity returns anintvalue, ornull.interfaceToLongNullable<T>Expression that given an entity returns alongvalue, ornull.interfaceToShortNullable<T>Expression that given an entity returns ashortvalue, ornull.interfaceToStringNullable<T>Expression that given an entity returns aStringvalue, ornull. -
Uses of ToNullable in com.speedment.runtime.compute.expression.predicate
Methods in com.speedment.runtime.compute.expression.predicate that return ToNullable Modifier and Type Method Description ToNullable<T,R,?>NullPredicate. expression()The expression that is invoked in an incoming entity to get the value that the predicate should test.
-