Done

zio.stream.ZChannel.MergeDecision.Done
case class Done[R, E, Z](zio: ZIO[R, E, Z]) extends MergeDecision[R, Any, Any, E, Z]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class MergeDecision[R, Any, Any, E, Z]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product