o

zio.morphir.ir

ValueModule

object ValueModule

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueModule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Definition[+Self, +Annotations](inputTypes: Chunk[InputParameter[Annotations]], outputType: Type[Annotations], body: Self) extends Product with Serializable
  2. final case class InputParameter[+Annotations](name: Name, tpe: Type[Annotations], annotations: ZEnvironment[Annotations]) extends Product with Serializable
  3. final type RawValue = Value[Any]
  4. final case class Specification[+Annotations](inputs: Chunk[(Name, Type[Annotations])], output: Type[Annotations]) extends Product with Serializable
  5. final case class TypeAscription(tpe: UType) extends Product with Serializable
  6. final type TypedValue = Value[UType]
  7. final case class Value[+Annotations] extends Product with Serializable
  8. sealed trait ValueCase[+Self] extends AnyRef
  9. type ValueDefinition[+Annotations] = Definition[Value[Annotations], Annotations]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val RawValue: Value.type
  5. val TypedValue: Value.type
  6. val ValueDefinition: Definition.type
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def collectPatternReferences[Annotations](pattern: Pattern[Annotations]): Set[FQName]
  10. def collectPatternVariables[Annotations](pattern: Pattern[Annotations]): Set[Name]
  11. def collectReferences[Annotations](value: Value[Annotations]): Set[FQName]
  12. def collectVariables[Annotations](value: Value[Annotations]): Set[Name]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mapDefinition[Annotations, Err](definition: ValueDefinition[Annotations])(tryMapType: (Type[Annotations]) ⇒ Validation[Err, Type[Annotations]], tryMapValue: (Value[Annotations]) ⇒ Validation[Err, Value[Annotations]]): Validation[Err, ValueDefinition[Annotations]]
  20. def mapSpecificationAttributes[A, B](spec: Specification[A])(func: (A) ⇒ B): Specification[B]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toRawValue[Annotations](value: Value[Annotations]): RawValue
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. object Definition extends Serializable
  31. object Specification extends Serializable
  32. object Value extends ValueSyntax with Serializable
  33. object ValueCase

Inherited from AnyRef

Inherited from Any

Ungrouped