object ValueModule
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueModule
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Definition[+Self, +Annotations](inputTypes: Chunk[InputParameter[Annotations]], outputType: Type[Annotations], body: Self) extends Product with Serializable
- final case class InputParameter[+Annotations](name: Name, tpe: Type[Annotations], annotations: ZEnvironment[Annotations]) extends Product with Serializable
- final type RawValue = Value[Any]
- final case class Specification[+Annotations](inputs: Chunk[(Name, Type[Annotations])], output: Type[Annotations]) extends Product with Serializable
- final case class TypeAscription(tpe: UType) extends Product with Serializable
- final type TypedValue = Value[UType]
- final case class Value[+Annotations] extends Product with Serializable
- sealed trait ValueCase[+Self] extends AnyRef
- type ValueDefinition[+Annotations] = Definition[Value[Annotations], Annotations]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val RawValue: Value.type
- val TypedValue: Value.type
- val ValueDefinition: Definition.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def collectPatternReferences[Annotations](pattern: Pattern[Annotations]): Set[FQName]
- def collectPatternVariables[Annotations](pattern: Pattern[Annotations]): Set[Name]
- def collectReferences[Annotations](value: Value[Annotations]): Set[FQName]
- def collectVariables[Annotations](value: Value[Annotations]): Set[Name]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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]]
- def mapSpecificationAttributes[A, B](spec: Specification[A])(func: (A) ⇒ B): Specification[B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toRawValue[Annotations](value: Value[Annotations]): RawValue
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Definition extends Serializable
- object Specification extends Serializable
- object Value extends ValueSyntax with Serializable
- object ValueCase