Fun2

org.finos.morphir.runtime.internal.NativeFunctionAdapter.Fun2
case class Fun2[T1 <: RTValue, T2 <: RTValue, R <: RTValue](dnf: DynamicNativeFunction2[T1, T2, R])(implicit u1: Coercer[T1], u2: Coercer[T2]) extends NativeFunctionAdapter

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product