DayOfWeek

org.finos.morphir.runtime.RTValue.DayOfWeek
object DayOfWeek

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DayOfWeek.type

Members list

Value members

Concrete methods

def coerceJavaDayOfWeek(dayOfWeekArg: RTValue): DayOfWeek
def fromConstructorResult(dayOfWeekConstructorResult: ConstructorResult): Option[DayOfWeek]
def fromJavaDayOfWeek(dayOfWeek: DayOfWeek): ConstructorResult
def isDayOfWeek(constructorResult: ConstructorResult): Boolean
def unapply(arg: RTValue): Option[DayOfWeek]