Object/Class

fs2

Scope

Related Docs: class Scope | package fs2

Permalink

object Scope

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def acquire[F[_]](token: Token, cleanup: Free[F, Attempt[Unit]]): Scope[F, Attempt[Unit]]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def attemptEval[F[_], O](o: F[O]): Scope[F, Attempt[O]]

    Permalink
  7. def cancelAcquire[F[_]](token: Token): Scope[F, Unit]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def eval[F[_], O](o: F[O]): Scope[F, O]

    Permalink
  12. def evalFree[F[_], O](o: Free[F, O]): Scope[F, O]

    Permalink
  13. def fail[F[_], O](err: Throwable): Scope[F, O]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def finishAcquire[F[_]](token: Token, cleanup: Free[F, Attempt[Unit]]): Scope[F, Boolean]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def interrupted[F[_]]: Scope[F, Boolean]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def newSince[F[_]](snapshot: Set[Token]): Scope[F, List[Token]]

    Permalink
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def pure[F[_], O](o: O): Scope[F, O]

    Permalink
  25. def release[F[_]](tokens: List[Token]): Scope[F, Attempt[Unit]]

    Permalink
  26. def snapshot[F[_]]: Scope[F, Set[Token]]

    Permalink
  27. def startAcquire[F[_]](token: Token): Scope[F, Boolean]

    Permalink
  28. def suspend[F[_], O](s: ⇒ Scope[F, O]): Scope[F, O]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def traverse[F[_], A, B](l: List[A])(f: (A) ⇒ Scope[F, B]): Scope[F, List[B]]

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped