Toggle navigation
Home
com.speedment.runtime.compute.ToDouble to com.speedment.runtime.compute.ToBigDecimal
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'speedment'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Similar)
ToDoubleMapper<T,ToDouble<T>,DoubleUnaryOperator>
to
ToDoubleMapper<T,ToBigDecimal<T>,ToDoubleFunction<BigDecimal>>
Add or Remove Method invocation
this.mapper.applyAsDouble(this.inner.applyAsDouble(object))
to
this.mapper.applyAsDouble(this.inner.apply(object))