Trait

doobie.free.KleisliInterpreter

BlobInterpreter

Related Doc: package KleisliInterpreter

Permalink

trait BlobInterpreter extends Visitor[[γ$17$]Kleisli[M, Blob, γ$17$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$17$]Kleisli[M, Blob, γ$17$]], NaturalTransformation[BlobOp, [γ$17$]Kleisli[M, Blob, γ$17$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlobInterpreter
  2. Visitor
  3. NaturalTransformation
  4. AnyRef
  5. 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 andThen[H[_]](f: ~>[[γ$17$]Kleisli[M, Blob, γ$17$], H]): ~>[BlobOp, H]

    Permalink
    Definition Classes
    NaturalTransformation
  5. final def apply[A](fa: BlobOp[A]): Kleisli[M, Blob, A]

    Permalink
    Definition Classes
    Visitor → NaturalTransformation
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attempt[A](fa: BlobIO[A]): Kleisli[M, Blob, \/[Throwable, A]]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[E[_]](f: ~>[E, BlobOp]): ~>[E, [γ$17$]Kleisli[M, Blob, γ$17$]]

    Permalink
    Definition Classes
    NaturalTransformation
  10. def delay[A](a: () ⇒ A): Kleisli[M, Blob, A]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  11. def embed[A](e: Embedded[A]): Kleisli[M, Blob, A]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def free: Kleisli[M, Blob, Unit]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  16. def getBinaryStream(a: Long, b: Long): Kleisli[M, Blob, InputStream]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  17. def getBinaryStream: Kleisli[M, Blob, InputStream]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  18. def getBytes(a: Long, b: Int): Kleisli[M, Blob, Array[Byte]]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  19. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  22. def length: Kleisli[M, Blob, Long]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def position(a: Blob, b: Long): Kleisli[M, Blob, Long]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  27. def position(a: Array[Byte], b: Long): Kleisli[M, Blob, Long]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  28. def raw[A](f: (Blob) ⇒ A): Kleisli[M, Blob, A]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  29. def setBinaryStream(a: Long): Kleisli[M, Blob, OutputStream]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  30. def setBytes(a: Long, b: Array[Byte], c: Int, d: Int): Kleisli[M, Blob, Int]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  31. def setBytes(a: Long, b: Array[Byte]): Kleisli[M, Blob, Int]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def truncate(a: Long): Kleisli[M, Blob, Unit]

    Permalink
    Definition Classes
    BlobInterpreterVisitor
  35. final def wait(): Unit

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

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

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

Inherited from Visitor[[γ$17$]Kleisli[M, Blob, γ$17$]]

Inherited from NaturalTransformation[BlobOp, [γ$17$]Kleisli[M, Blob, γ$17$]]

Inherited from AnyRef

Inherited from Any

Ungrouped