Packages

package stream

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AsyncQueueChunkNoneTerminatedSyntax[F[_], A] extends AnyVal
  2. final class AsyncQueueChunkSyntax[F[_], A] extends AnyVal
  3. final class AsyncQueueNoneTerminatedSyntax[F[_], A] extends AnyVal
  4. final class AsyncQueueSyntax[F[_], A] extends AnyVal
  5. abstract class RxnSignallingRef[F[_], A] extends SignallingRef[F, A]

    An fs2.concurrent.SignallingRef, which is also readable/writable in the context of dev.tauri.choam.Rxn (i.e., it is a dev.tauri.choam.RefLike).

  6. trait StreamSyntax extends StreamSyntax0

Value Members

  1. def fromQueueNoneTerminated[F[_], A](q: UnboundedQueue[F, Option[A]], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
  2. def fromQueueNoneTerminatedChunk[F[_], A](q: UnboundedQueue[F, Option[Chunk[A]]], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
  3. def fromQueueUnterminated[F[_], A](q: UnboundedQueue[F, A], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
  4. def fromQueueUnterminatedChunk[F[_], A](q: UnboundedQueue[F, Chunk[A]], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
  5. def signallingRef[F[_], A](initial: A)(implicit arg0: AsyncReactive[F]): Axn[RxnSignallingRef[F, A]]
  6. object RxnSignallingRef extends Serializable
  7. object syntax extends StreamSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped