Int

morphir.sdk.Int$
object Int extends SdkModule

Attributes

Graph
Supertypes
class SdkModule
class NativeModule
trait MorphirModule
class Object
trait Matchable
class Any
Show all
Self type
Int.type

Members list

Type members

Types

type Int16 = MInt16
type Int32 = MInt32
type Int64 = MInt64
type Int8 = MInt8

Value members

Concrete methods

def fromInt16(value: Int16): Int
def fromInt32(value: Int32): Int
def fromInt64(value: Int64): Int
def fromInt8(value: Int8): Int

Inherited methods

def fun[T1, T2, R](localName: String)(f: (T1, T2) => R): NativeFunc2[T1, T2, R]

Attributes

Inherited from:
MorphirModule

Inherited fields

val moduleName: String

Attributes

Inherited from:
NativeModule
val packageName: String

Attributes

Inherited from:
NativeModule