NumericFunction3

org.finos.morphir.runtime.internal.NumericFunction3
See theNumericFunction3 companion object
class NumericFunction3[T <: Numeric[N], R <: RTValue, N](val name: String)(val f: (NumericHelpers[N], NativeContext) => (T, T, T) => R)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Concrete fields

val f: (NumericHelpers[N], NativeContext) => (T, T, T) => R
val name: String