Packages

t

zio.stream.ZStreamPlatformSpecificConstructors

ZStreamConstructorPlatformSpecific

trait ZStreamConstructorPlatformSpecific extends ZStreamConstructorLowPriority1

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZStreamConstructorPlatformSpecific
  2. ZStreamConstructorLowPriority1
  3. ZStreamConstructorLowPriority2
  4. ZStreamConstructorLowPriority3
  5. AnyRef
  6. 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 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
  5. implicit def HubConstructor[RA, RB, EA, EB, A, B]: WithOut[ZHub[RA, RB, EA, EB, A, B], ZStream[RB, EB, B]]

    Constructs a ZStream[RB, EB, B] from a ZHub[RA, RB, EA, EB, A, B].

    Constructs a ZStream[RB, EB, B] from a ZHub[RA, RB, EA, EB, A, B].

    Definition Classes
    ZStreamConstructorLowPriority1
  6. implicit val InputStreamConstructor: WithOut[InputStream, ZStream[Any, IOException, Byte]]

    Constructs a ZStream[Any, IOException, Byte] from a java.io.InputStream.

  7. implicit def InputStreamManagedConstructor[R, E <: IOException]: WithOut[ZManaged[R, E, InputStream], ZStream[R, IOException, Byte]]

    Constructs a ZStream[Any, IOException, Byte] from a ZManaged[R, java.io.IOException, java.io.InputStream].

  8. implicit def InputStreamZIOConstructor[R, E <: IOException]: WithOut[ZIO[R, E, InputStream], ZStream[R, IOException, Byte]]

    Constructs a ZStream[Any, IOException, Byte] from a ZIO[R, java.io.IOException, java.io.InputStream].

  9. 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
  10. implicit def QueueConstructor[RA, RB, EA, EB, A, B]: WithOut[ZQueue[RA, RB, EA, EB, A, B], ZStream[RB, EB, B]]

    Constructs a ZStream[RB, EB, B] from a ZQueue[RA, RB, EA, EB, A, B].

    Constructs a ZStream[RB, EB, B] from a ZQueue[RA, RB, EA, EB, A, B].

    Definition Classes
    ZStreamConstructorLowPriority1
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped