Go to reference
dec
operator fun Attribute<BigDecimal>.dec(): Attribute<BigDecimal>
operator fun Attribute<BigInteger>.dec(): Attribute<BigInteger>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Byte>.dec(): Attribute<Byte>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Char>.dec(): Attribute<Char>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Double>.dec(): Attribute<Double>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Float>.dec(): Attribute<Float>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Int>.dec(): Attribute<Int>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Long>.dec(): Attribute<Long>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also
operator fun Attribute<Short>.dec(): Attribute<Short>
Same as dec, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling dec in the transformation function.
This is simply a convenience function.
See Also