Class/Object

agni.fs2

Task

Related Docs: object Task | package fs2

Permalink

abstract class Task extends Async[fs2.Task, Throwable] with CachedPreparedStatementWithGuava

Linear Supertypes
CachedPreparedStatementWithGuava, CachedPreparedStatement[Cache], GetPreparedStatement, Async[fs2.Task, Throwable], Agni[fs2.Task, Throwable], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Task
  2. CachedPreparedStatementWithGuava
  3. CachedPreparedStatement
  4. GetPreparedStatement
  5. Async
  6. Agni
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Task()(implicit strategy: Strategy, _cache: Cache[String, PreparedStatement])

    Permalink

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. implicit val F: MonadError[fs2.Task, Throwable]

    Permalink
    Definition Classes
    Task → Agni
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def batchOn: fs2.Task[BatchStatement]

    Permalink
    Definition Classes
    Agni
  7. def bind[A](pstmt: PreparedStatement, a: A)(implicit arg0: Binder[A], s: Session, ev: <:<[Throwable, Throwable]): fs2.Task[BoundStatement]

    Permalink
    Definition Classes
    Agni
  8. val cache: Cache[String, PreparedStatement]

    Permalink
    Attributes
    protected
    Definition Classes
    Task → CachedPreparedStatementWithGuava → CachedPreparedStatement
  9. def clear(): Unit

    Permalink
    Definition Classes
    CachedPreparedStatementWithGuava → CachedPreparedStatement
  10. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get[A](stmt: Statement)(implicit arg0: Get[A], s: Session, ev: <:<[Throwable, Throwable]): fs2.Task[A]

    Permalink
    Definition Classes
    Agni
  15. def get[A](query: String)(implicit arg0: Get[A], s: Session, ev: <:<[Throwable, Throwable]): fs2.Task[A]

    Permalink
    Definition Classes
    Agni
  16. def getAsync[A](stmt: Statement)(implicit arg0: Get[A], s: Session): fs2.Task[A]

    Permalink
    Definition Classes
    Task → Async
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getPrepared(session: Session, stmt: RegularStatement): PreparedStatement

    Permalink
    Definition Classes
    CachedPreparedStatementWithGuava → CachedPreparedStatement → GetPreparedStatement
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def prepare(stmt: RegularStatement)(implicit s: Session, ev: <:<[Throwable, Throwable]): fs2.Task[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  25. def prepare(q: String)(implicit s: Session, ev: <:<[Throwable, Throwable]): fs2.Task[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def ver(session: Session): ProtocolVersion

    Permalink
    Attributes
    protected
    Definition Classes
    Agni
  29. final def wait(): Unit

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

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

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

Inherited from CachedPreparedStatementWithGuava

Inherited from CachedPreparedStatement[Cache]

Inherited from GetPreparedStatement

Inherited from Async[fs2.Task, Throwable]

Inherited from Agni[fs2.Task, Throwable]

Inherited from AnyRef

Inherited from Any

Ungrouped