Month

org.finos.morphir.runtime.RTValue.Month
object Month

Attributes

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

Members list

Value members

Concrete methods

def coerceJavaMonth(monthArg: RTValue): Month
def fromConstructorResult(monthConstructorResult: ConstructorResult): Option[Month]
def fromJavaMonth(month: Month): ConstructorResult
def isMonth(constructorResult: ConstructorResult): Boolean
def unapply(arg: RTValue): Option[Month]