final case class Value[+Annotations] extends Product with Serializable
- Self Type
- Value[Annotations]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Value
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val annotations: ZEnvironment[Annotations]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val caseValue: ValueCase[Value[Annotations]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def collectReferences: Set[FQName]
- def collectVariables: Set[Name]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fold[Z](f: (ValueCase[Z]) ⇒ Z): Z
- def foldDown[Z](z: Z)(f: (Z, Value[Annotations]) ⇒ Z): Z
- def foldDownSome[Z](z: Z)(pf: PartialFunction[(Z, Value[Annotations]), Z]): Z
- def foldM[F[+_], Z](f: (ValueCase[Z]) ⇒ F[Z])(implicit arg0: AssociativeFlatten[F], arg1: Covariant[F], arg2: IdentityBoth[F]): F[Z]
- def foldPure[W, S, R, E, Z](f: (ValueCase[Z]) ⇒ ZPure[W, S, S, R, E, Z]): ZPure[W, S, S, R, E, Z]
- def foldRecursive[Z](f: (ValueCase[(Value[Annotations], Z)]) ⇒ Z): Z
- def foldUp[Z](z: Z)(f: (Z, Value[Annotations]) ⇒ Z): Z
- def foldUpSome[Z](z: Z)(pf: PartialFunction[(Z, Value[Annotations]), Z]): Z
- def foldZIO[R, E, Z](f: (ValueCase[Z]) ⇒ ZIO[R, E, Z]): ZIO[R, E, Z]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 toDefinition: ValueDefinition[Annotations]
- def toRawValue: RawValue
- def transformDown[Annotations0 >: Annotations](f: (Value[Annotations0]) ⇒ Value[Annotations0]): Value[Annotations0]
- def transformDownSome[Annotations0 >: Annotations](pf: PartialFunction[Value[Annotations0], Value[Annotations0]]): Value[Annotations0]
- def transformUp[Annotations0 >: Annotations](f: (Value[Annotations0]) ⇒ Value[Annotations0]): Value[Annotations0]
- def transformUpSome[Annotations0 >: Annotations](pf: PartialFunction[Value[Annotations0], Value[Annotations0]]): Value[Annotations0]
-
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()