Attempt

oxygen.zio.SparseStreamAggregator.Attempt
object Attempt

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Attempt.type

Members list

Type members

Classlikes

case object Invalid extends Required[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Required[Nothing]
trait Optional[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
Invalid.type
case object NoValue extends Optional[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Optional[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
NoValue.type
sealed trait Optional[+A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoValue
trait Required[A]
object Invalid
class Value[A]
sealed trait Required[+A] extends Optional[A]

Attributes

Supertypes
trait Optional[A]
class Object
trait Matchable
class Any
Known subtypes
object Invalid
class Value[A]
final case class Value[+A](value: A) extends Required[A]

Attributes

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