DynamicNativeFunction6

org.finos.morphir.runtime.internal.DynamicNativeFunction6
See theDynamicNativeFunction6 companion object
class DynamicNativeFunction6[T1 <: RTValue, T2 <: RTValue, T3 <: RTValue, T4 <: RTValue, T5 <: RTValue, T6 <: RTValue, R <: RTValue](val name: String)(val f: NativeContext => (T1, T2, T3, T4, T5, T6) => R) extends DynamicNativeFunction

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val f: NativeContext => (T1, T2, T3, T4, T5, T6) => R
val name: String