Packages

final case class Value[+Annotations] extends Product with Serializable

Self Type
Value[Annotations]
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Value
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val annotations: ZEnvironment[Annotations]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val caseValue: ValueCase[Value[Annotations]]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def collectReferences: Set[FQName]
  9. def collectVariables: Set[Name]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fold[Z](f: (ValueCase[Z]) ⇒ Z): Z
  13. def foldDown[Z](z: Z)(f: (Z, Value[Annotations]) ⇒ Z): Z
  14. def foldDownSome[Z](z: Z)(pf: PartialFunction[(Z, Value[Annotations]), Z]): Z
  15. def foldM[F[+_], Z](f: (ValueCase[Z]) ⇒ F[Z])(implicit arg0: AssociativeFlatten[F], arg1: Covariant[F], arg2: IdentityBoth[F]): F[Z]
  16. def foldPure[W, S, R, E, Z](f: (ValueCase[Z]) ⇒ ZPure[W, S, S, R, E, Z]): ZPure[W, S, S, R, E, Z]
  17. def foldRecursive[Z](f: (ValueCase[(Value[Annotations], Z)]) ⇒ Z): Z
  18. def foldUp[Z](z: Z)(f: (Z, Value[Annotations]) ⇒ Z): Z
  19. def foldUpSome[Z](z: Z)(pf: PartialFunction[(Z, Value[Annotations]), Z]): Z
  20. def foldZIO[R, E, Z](f: (ValueCase[Z]) ⇒ ZIO[R, E, Z]): ZIO[R, E, Z]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toDefinition: ValueDefinition[Annotations]
  28. def toRawValue: RawValue
  29. def transformDown[Annotations0 >: Annotations](f: (Value[Annotations0]) ⇒ Value[Annotations0]): Value[Annotations0]
  30. def transformDownSome[Annotations0 >: Annotations](pf: PartialFunction[Value[Annotations0], Value[Annotations0]]): Value[Annotations0]
  31. def transformUp[Annotations0 >: Annotations](f: (Value[Annotations0]) ⇒ Value[Annotations0]): Value[Annotations0]
  32. def transformUpSome[Annotations0 >: Annotations](pf: PartialFunction[Value[Annotations0], Value[Annotations0]]): Value[Annotations0]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped