NativeFunction2

org.finos.morphir.extensibility.NativeFunction2
trait NativeFunction2[-T1, -T2, +R] extends NativeFunction, (T1, T2) => R

Attributes

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

Members list

Value members

Abstract methods

def invokeStrict(arg1: T1, arg2: T2)(implicit hints: Hints): R

Concrete methods

final def apply(arg1: T1, arg2: T2): R
def invoke(args: List[Any], hints: Hints): Any
def invokeDynamic(arg1: Any, arg2: Any): Any
def invokeDynamic(arg1: Any, arg2: Any, hints: Hints): Any

Inherited methods

def curried: T1 => T2 => R

Attributes

Inherited from:
Function2

Attributes

Inherited from:
ExtensionFunction
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

Concrete fields

final val arity: 2