object ZStreamConstructor extends ZStreamConstructorPlatformSpecific
- Alphabetic
- By Inheritance
- ZStreamConstructor
- ZStreamConstructorPlatformSpecific
- ZStreamConstructorLowPriority1
- ZStreamConstructorLowPriority2
- ZStreamConstructorLowPriority3
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type WithOut[In, Out0] = ZStreamConstructor[In] { type Out = Out0 }
The type of the
ZStreamConstructor
with the type of theZStream
value.The type of the
ZStreamConstructor
with the type of theZStream
value.- Definition Classes
- ZStreamConstructorLowPriority3
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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 - implicit def ChunkConstructor[A]: WithOut[Chunk[A], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from aChunk[A]
.Constructs a
ZStream[Any, Nothing, A]
from aChunk[A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- implicit def ChunkHubConstructor[A]: WithOut[Hub[Chunk[A]], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from aHub[Chunk[A]]
. - implicit def ChunkQueueConstructor[A]: WithOut[Queue[Chunk[A]], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from a Queue[Chunk[A]].
- implicit def ChunksConstructor[A, Collection[Element] <: Iterable[Element]]: WithOut[Collection[Chunk[A]], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from anIterable[Chunk[A]]
. - implicit def HubConstructor[A]: WithOut[Hub[A], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from aHub[A]
.Constructs a
ZStream[Any, Nothing, A]
from aHub[A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- implicit def IterableConstructor[A, Collection[Element] <: Iterable[Element]]: WithOut[Collection[A], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from aIterable[A]
.Constructs a
ZStream[Any, Nothing, A]
from aIterable[A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- 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 aZIO[R, E, Iterable[A]]
. - implicit def IteratorConstructor[A, IteratorLike[Element] <: Iterator[Element]]: WithOut[IteratorLike[A], ZStream[Any, Throwable, A]]
Constructs a
ZStream[Any, Throwable, A]
from anIterator[A]
. - 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 aZIO[R with Scope, Throwable, Iterator[A]]
. - 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 aZIO[R, Throwable, Iterator[A]]
. - implicit def JavaIteratorConstructor[A, JaveIteratorLike[Element] <: Iterator[Element]]: WithOut[JaveIteratorLike[A], ZStream[Any, Throwable, A]]
Constructs a
ZStream[Any, Throwable, A]
from ajava.util.Iterator[A]
. - 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 aZIO[R with Scope, Throwable, java.util.Iterator[A]]
. - 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 aZIO[R, Throwable, java.util.Iterator[A]]
. - 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 ajava.util.stream.Stream[A]
.Constructs a
ZStream[Any, Throwable, A]
from ajava.util.stream.Stream[A]
.- Definition Classes
- ZStreamConstructorPlatformSpecific
- 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 aZIO[R with Scope, Throwable, java.util.stream.Stream[A]]
.Constructs a
ZStream[Any, Throwable, A]
from aZIO[R with Scope, Throwable, java.util.stream.Stream[A]]
.- Definition Classes
- ZStreamConstructorPlatformSpecific
- 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 aZIO[R, Throwable, java.util.stream.Stream[A]]
.Constructs a
ZStream[Any, Throwable, A]
from aZIO[R, Throwable, java.util.stream.Stream[A]]
.- Definition Classes
- ZStreamConstructorPlatformSpecific
- implicit def QueueConstructor[A]: WithOut[Queue[A], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from aQueue[A]
.Constructs a
ZStream[Any, Nothing, A]
from aQueue[A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- implicit def ScheduleConstructor[R, A]: WithOut[Schedule[R, Any, A], ZStream[R, Nothing, A]]
Constructs a
ZStream[R, Nothing, A]
from aSchedule[R, Any, A]
. - implicit def SucceedConstructor[A]: WithOut[A, ZStream[Any, Nothing, A]]
Construct a
ZStream[R, E, A]
from aZIO[R, E, A]
.Construct a
ZStream[R, E, A]
from aZIO[R, E, A]
.- Definition Classes
- ZStreamConstructorLowPriority3
- implicit def TQueueConstructor[A]: WithOut[TQueue[A], ZStream[Any, Nothing, A]]
Constructs a
ZStream[Any, Nothing, A]
from aTQueue[A]
. - implicit def ZIOConstructor[R, E, A]: WithOut[ZIO[R, E, A], ZStream[R, E, A]]
Construct a
ZStream[R, E, A]
from aZIO[R, E, A]
.Construct a
ZStream[R, E, A]
from aZIO[R, E, A]
.- Definition Classes
- ZStreamConstructorLowPriority2
- implicit def ZIOOptionConstructor[R, E, A]: WithOut[ZIO[R, Option[E], A], ZStream[R, E, A]]
Construct a
ZStream[R, E, A]
from aZIO[R, Option[E], A]
.Construct a
ZStream[R, E, A]
from aZIO[R, Option[E], A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- implicit def ZIOOptionNoneConstructor[R, A]: WithOut[ZIO[R, None.type, A], ZStream[R, Nothing, A]]
Construct a
ZStream[R, E, A]
from aZIO[R, Option[E], A]
.Construct a
ZStream[R, E, A]
from aZIO[R, Option[E], A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- implicit def ZIOOptionSomeConstructor[R, E, A]: WithOut[ZIO[R, Some[E], A], ZStream[R, E, A]]
Construct a
ZStream[R, E, A]
from aZIO[R, Option[E], A]
.Construct a
ZStream[R, E, A]
from aZIO[R, Option[E], A]
.- Definition Classes
- ZStreamConstructorLowPriority1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()