Trait

zio.stream.ZStream

ZStreamConstructorLowPriority1

Related Doc: package ZStream

Permalink

trait ZStreamConstructorLowPriority1 extends ZStreamConstructorLowPriority2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZStreamConstructorLowPriority1
  2. ZStreamConstructorLowPriority2
  3. ZStreamConstructorLowPriority3
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type WithOut[In, Out0] = ZStreamConstructor[In] { type Out = Out0 }

    Permalink

    The type of the ZStreamConstructor with the type of the ZStream value.

    The type of the ZStreamConstructor with the type of the ZStream value.

    Definition Classes
    ZStreamConstructorLowPriority3

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ChunkConstructor[A]: WithOut[Chunk[A], ZStream[Any, Nothing, A]]

    Permalink

    Constructs a ZStream[Any, Nothing, A] from a Chunk[A].

  5. implicit def HubConstructor[A]: WithOut[Hub[A], ZStream[Any, Nothing, A]]

    Permalink

    Constructs a ZStream[Any, Nothing, A] from a Hub[A].

  6. implicit def IterableConstructor[A, Collection[Element] <: Iterable[Element]]: WithOut[Collection[A], ZStream[Any, Nothing, A]]

    Permalink

    Constructs a ZStream[Any, Nothing, A] from a Iterable[A].

  7. implicit def QueueConstructor[A]: WithOut[Queue[A], ZStream[Any, Nothing, A]]

    Permalink

    Constructs a ZStream[Any, Nothing, A] from a Queue[A].

  8. implicit def SucceedConstructor[A]: WithOut[A, ZStream[Any, Nothing, A]]

    Permalink

    Construct a ZStream[R, E, A] from a ZIO[R, E, A].

    Construct a ZStream[R, E, A] from a ZIO[R, E, A].

    Definition Classes
    ZStreamConstructorLowPriority3
  9. implicit def ZIOConstructor[R, E, A]: WithOut[ZIO[R, E, A], ZStream[R, E, A]]

    Permalink

    Construct a ZStream[R, E, A] from a ZIO[R, E, A].

    Construct a ZStream[R, E, A] from a ZIO[R, E, A].

    Definition Classes
    ZStreamConstructorLowPriority2
  10. implicit def ZIOOptionConstructor[R, E, A]: WithOut[ZIO[R, Option[E], A], ZStream[R, E, A]]

    Permalink

    Construct a ZStream[R, E, A] from a ZIO[R, Option[E], A].

  11. implicit def ZIOOptionNoneConstructor[R, A]: WithOut[ZIO[R, None.type, A], ZStream[R, Nothing, A]]

    Permalink

    Construct a ZStream[R, E, A] from a ZIO[R, Option[E], A].

  12. implicit def ZIOOptionSomeConstructor[R, E, A]: WithOut[ZIO[R, Some[E], A], ZStream[R, E, A]]

    Permalink

    Construct a ZStream[R, E, A] from a ZIO[R, Option[E], A].

  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped