Value

oxygen.zio.SparseStreamAggregator.Attempt.Value
final case class Value[+A](value: A) extends Required[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Required[A]
trait Optional[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[B](f: A => Required[B]): Required[B]

Attributes

Inherited from:
Required
final def map[B](f: A => B): Required[B]

Attributes

Inherited from:
Required
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toRequired: Required[A]

Attributes

Inherited from:
Optional