SparseStreamAggregator

oxygen.zio.SparseStreamAggregator
See theSparseStreamAggregator companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class AndThen[_RawInput1, _Output1, _RawInput2, _Output2, _ZipInput, _ZipOutput](_1: SparseStreamAggregator[_RawInput1, _Output1], _2: SparseStreamAggregator[_RawInput2, _Output2], zipInput: Out[_RawInput1, _RawInput2, _ZipInput], zipOutput: Out[_Output1, _Output2, _ZipOutput]) extends SparseStreamAggregator[_ZipInput, _ZipOutput]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SparseStreamAggregator[_ZipInput, _ZipOutput]
class Object
trait Matchable
class Any
Show all
object Attempt

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Attempt.type
final class Leaf[A] extends SparseStreamAggregator[Option[A], A]

Attributes

Supertypes
trait SparseStreamAggregator[Option[A], A]
class Object
trait Matchable
class Any
final case class Many[_RawInput, _Output, S[_]](inner: SparseStreamAggregator[_RawInput, _Output])(using seqOps: SeqOps[S]) extends SparseStreamAggregator[_RawInput, S[_Output]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SparseStreamAggregator[_RawInput, S[_Output]]
class Object
trait Matchable
class Any
Show all
final case class Optional[_RawInput, _Output](inner: SparseStreamAggregator[_RawInput, _Output]) extends SparseStreamAggregator[_RawInput, Option[_Output]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SparseStreamAggregator[_RawInput, Option[_Output]]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def of[A]: SparseStreamAggregator[Option[A], A]