Packages

trait FS2Local[F[_], R] extends FS2Context[F, R] with WithLocal[[β$27$]Stream[F, β$27$], R]

Linear Supertypes
WithLocal[[β$27$]Stream[F, β$27$], R], Local[[β$27$]Stream[F, β$27$]], FS2Context[F, R], WithContext[[β$25$]Stream[F, β$25$], R], Context[[β$25$]Stream[F, β$25$]], ContextBase, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FS2Local
  2. WithLocal
  3. Local
  4. FS2Context
  5. WithContext
  6. Context
  7. ContextBase
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Ctx = R
    Definition Classes
    WithContext → Context

Abstract Value Members

  1. implicit abstract def F: WithLocal[F, R]
    Definition Classes
    FS2LocalFS2Context

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asWithContext: WithContext[[β$25$]Stream[F, β$25$], R]
    Definition Classes
    WithContext → Context
  6. def ask[A](f: (Ctx) => A): Stream[F, A]
    Definition Classes
    WithContext → Context
  7. def askF[A](f: (Ctx) => Stream[F, A])(implicit F: FlatMap[[β$25$]Stream[F, β$25$]]): Stream[F, A]
    Definition Classes
    WithContext → Context
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def context: Stream[F, R]
    Definition Classes
    FS2Context → Context
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def extract[A](extract: Extract[Ctx, A]): ContextExtractInstance[[β$25$]Stream[F, β$25$], Ctx, A]
    Definition Classes
    WithContext → Context
  13. val functor: Functor[[β$26$]Stream[F, β$26$]]
    Definition Classes
    FS2Context → Context
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def local[A](fa: Stream[F, A])(project: (R) => R): Stream[F, A]
    Definition Classes
    FS2Local → WithLocal → Local
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def subcontext[A](contains: Contains[Ctx, A]): WithLocal[[β$27$]Stream[F, β$27$], A]
    Definition Classes
    WithLocal → Local
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. 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

Inherited from WithLocal[[β$27$]Stream[F, β$27$], R]

Inherited from Local[[β$27$]Stream[F, β$27$]]

Inherited from FS2Context[F, R]

Inherited from WithContext[[β$25$]Stream[F, β$25$], R]

Inherited from Context[[β$25$]Stream[F, β$25$]]

Inherited from ContextBase

Inherited from AnyRef

Inherited from Any

Ungrouped