NumberReturnValue

A number return value is sent if a method returns any Number type, in which case the client will call java.lang.Number.longValue to retrieve the long representation of the value.

Constructors

Link copied to clipboard
constructor(longValue: Long)

Properties

Link copied to clipboard

the long representation of the numeric value.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String