IntBinaryOperator

org.finos.morphir.extensibility.IntBinaryOperator

Attributes

Graph
Supertypes
trait (MInt, MInt) => MInt
class Object
trait Matchable
class Any
Show all
Known subtypes
class IntBinaryOp[T]

Members list

Value members

Inherited methods

final def apply(arg1: MInt, arg2: MInt): R

Attributes

Inherited from:
NativeFunction2
def curried: T1 => T2 => R

Attributes

Inherited from:
Function2

Attributes

Inherited from:
ExtensionFunction
def invoke(args: List[Any], hints: Hints): Any

Attributes

Inherited from:
NativeFunction2
def invokeDynamic(arg1: Any, arg2: Any, hints: Hints): Any

Attributes

Inherited from:
NativeFunction2
def invokeDynamic(arg1: Any, arg2: Any): Any

Attributes

Inherited from:
NativeFunction2
def invokeStrict(arg1: MInt, arg2: MInt)(implicit hints: Hints): R

Attributes

Inherited from:
NativeFunction2
def name: FQName

Attributes

Inherited from:
ExtensionFunction
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2

Inherited fields

final val arity: 2

Attributes

Inherited from:
NativeFunction2