Fun3

org.finos.morphir.runtime.internal.NativeFunctionAdapter.Fun3
case class Fun3[T1 <: RTValue, T2 <: RTValue, T3 <: RTValue, R <: RTValue](dnf: DynamicNativeFunction3[T1, T2, T3, R])(implicit u1: Coercer[T1], u2: Coercer[T2], u3: Coercer[T3]) 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