org.finos.morphir.runtime

Members list

Type members

Classlikes

sealed trait CodeLocation

Describes the location of a piece of code for error reporting purposes

Describes the location of a piece of code for error reporting purposes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CodeLocation

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Coercer[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Coercer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Coercer.type
sealed trait EnableTyper

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Disabled
object Enabled
object Warn
object EnableTyper

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object ErrorUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ErrorUtils.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object NativeSDK

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
NativeSDK.type
final case class RTExecutionContext(options: Options)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RTValue

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Comparable
class List
class Char
class Float
class Int
class String
class Tuple
trait Function
class Unit
trait ValueResult[T]
class LocalDate
class LocalTime
class Map
trait Primitive[T]
class Boolean
trait Numeric[T]
class BigDecimal
class Record
class Set
Show all
object RTValue

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
RTValue.type
implicit class ResultOp[T <: RTValue](self: T)(implicit has: T =:= RTValue)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class SDKConstructor(arguments: List[UType])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait SDKValue

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SDKValue

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SDKValue.type
object environment

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object exports

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
exports.type

Types

type ??? = Nothing

Implicits

Implicits

final implicit def ResultOp[T <: RTValue](self: T)(implicit has: T =:= RTValue): ResultOp[T]