Uses of Interface
com.speedment.runtime.compute.trait.HasMapIfPresent
-
Packages that use HasMapIfPresent 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.trait Traits used in the base package for functional interfaces. -
-
Uses of HasMapIfPresent in com.speedment.runtime.compute
Subinterfaces of HasMapIfPresent in com.speedment.runtime.compute Modifier and Type Interface Description interfaceToBooleanNullable<T>Expression that given an entity returns abooleanvalue, ornull.interfaceToByteNullable<T>Expression that given an entity returns abytevalue, 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. -
Uses of HasMapIfPresent in com.speedment.runtime.compute.trait
Classes in com.speedment.runtime.compute.trait with type parameters of type HasMapIfPresent Modifier and Type Interface Description interfaceHasMapIfPresent<T,MAPPER,RESULT extends HasMapIfPresent<T,MAPPER,RESULT>>Trait for expressions that can be mapped to a new expression of the same type by supplying a mapping function.
-