object ZStreamConstructor extends ZStreamConstructorPlatformSpecific

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZStreamConstructor
  2. ZStreamConstructorPlatformSpecific
  3. ZStreamConstructorLowPriority1
  4. ZStreamConstructorLowPriority2
  5. ZStreamConstructorLowPriority3
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

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

    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
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ChannelConstructor[R, E, A]: WithOut[ZChannel[R, Any, Any, Any, E, Chunk[A], Any], ZStream[R, E, A]]

    Constructs a ZStream[R, E, A] from a zio.stream.ZChannel

  5. implicit def ChunkConstructor[A]: WithOut[Chunk[A], ZStream[Any, Nothing, A]]

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  6. implicit def ChunkHubConstructor[A]: WithOut[Hub[Chunk[A]], ZStream[Any, Nothing, A]]

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

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

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

  8. implicit def ChunksConstructor[A, Collection[Element] <: Iterable[Element]]: WithOut[Collection[Chunk[A]], ZStream[Any, Nothing, A]]

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

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

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  10. implicit def IterableConstructor[A, Collection[Element] <: Iterable[Element]]: WithOut[Collection[A], ZStream[Any, Nothing, A]]

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  11. implicit def IterableZIOConstructor[R, E, A, Collection[Element] <: Iterable[Element]]: WithOut[ZIO[R, E, Collection[A]], ZStream[R, E, A]]

    Constructs a ZStream[R, E, A] from a ZIO[R, E, Iterable[A]].

  12. implicit def IteratorConstructor[A, IteratorLike[Element] <: Iterator[Element]]: WithOut[IteratorLike[A], ZStream[Any, Throwable, A]]

    Constructs a ZStream[Any, Throwable, A] from an Iterator[A].

  13. implicit def IteratorScopedConstructor[R, E <: Throwable, A, IteratorLike[Element] <: Iterator[Element]]: WithOut[ZIO[Scope with R, E, IteratorLike[A]], ZStream[R, Throwable, A]]

    Constructs a ZStream[R, Throwable, A] from a ZIO[R with Scope, Throwable, Iterator[A]].

  14. implicit def IteratorZIOConstructor[R, E <: Throwable, A, IteratorLike[Element] <: Iterator[Element]]: WithOut[ZIO[R, E, IteratorLike[A]], ZStream[R, Throwable, A]]

    Constructs a ZStream[R, Throwable, A] from a ZIO[R, Throwable, Iterator[A]].

  15. implicit def JavaIteratorConstructor[A, JaveIteratorLike[Element] <: Iterator[Element]]: WithOut[JaveIteratorLike[A], ZStream[Any, Throwable, A]]

    Constructs a ZStream[Any, Throwable, A] from a java.util.Iterator[A].

  16. implicit def JavaIteratorScopedConstructor[R, E <: Throwable, A, JaveIteratorLike[Element] <: Iterator[Element]]: WithOut[ZIO[Scope with R, E, JaveIteratorLike[A]], ZStream[R, Throwable, A]]

    Constructs a ZStream[R, Throwable, A] from a ZIO[R with Scope, Throwable, java.util.Iterator[A]].

  17. implicit def JavaIteratorZIOConstructor[R, E <: Throwable, A, JaveIteratorLike[Element] <: Iterator[Element]]: WithOut[ZIO[R, E, JaveIteratorLike[A]], ZStream[R, Throwable, A]]

    Constructs a ZStream[R, Throwable, A] from a ZIO[R, Throwable, java.util.Iterator[A]].

  18. implicit def JavaStreamConstructor[A, StreamLike[A] <: java.util.stream.Stream[A]]: WithOut[StreamLike[A], ZStream[Any, Throwable, A]]

    Constructs a ZStream[Any, Throwable, A] from a java.util.stream.Stream[A].

    Constructs a ZStream[Any, Throwable, A] from a java.util.stream.Stream[A].

    Definition Classes
    ZStreamConstructorPlatformSpecific
  19. implicit def JavaStreamScopedConstructor[R, E <: Throwable, A, StreamLike[A] <: java.util.stream.Stream[A]]: WithOut[ZIO[Scope with R, E, StreamLike[A]], ZStream[R, Throwable, A]]

    Constructs a ZStream[Any, Throwable, A] from a ZIO[R with Scope, Throwable, java.util.stream.Stream[A]].

    Constructs a ZStream[Any, Throwable, A] from a ZIO[R with Scope, Throwable, java.util.stream.Stream[A]].

    Definition Classes
    ZStreamConstructorPlatformSpecific
  20. implicit def JavaStreamZIOConstructor[R, E <: Throwable, A, StreamLike[A] <: java.util.stream.Stream[A]]: WithOut[ZIO[R, E, StreamLike[A]], ZStream[R, Throwable, A]]

    Constructs a ZStream[Any, Throwable, A] from a ZIO[R, Throwable, java.util.stream.Stream[A]].

    Constructs a ZStream[Any, Throwable, A] from a ZIO[R, Throwable, java.util.stream.Stream[A]].

    Definition Classes
    ZStreamConstructorPlatformSpecific
  21. implicit def QueueConstructor[A]: WithOut[Queue[A], ZStream[Any, Nothing, A]]

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  22. implicit def ScheduleConstructor[R, A]: WithOut[Schedule[R, Any, A], ZStream[R, Nothing, A]]

    Constructs a ZStream[R, Nothing, A] from a Schedule[R, Any, A].

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

    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
  24. implicit def TQueueConstructor[A]: WithOut[TQueue[A], ZStream[Any, Nothing, A]]

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

  25. implicit def ZIOConstructor[R, E, A]: WithOut[ZIO[R, E, A], ZStream[R, E, A]]

    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
  26. implicit def ZIOOptionConstructor[R, E, A]: WithOut[ZIO[R, Option[E], A], ZStream[R, E, A]]

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  27. implicit def ZIOOptionNoneConstructor[R, A]: WithOut[ZIO[R, None.type, A], ZStream[R, Nothing, A]]

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  28. implicit def ZIOOptionSomeConstructor[R, E, A]: WithOut[ZIO[R, Some[E], A], ZStream[R, E, A]]

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

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

    Definition Classes
    ZStreamConstructorLowPriority1
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Ungrouped