implicit final class DoobieReadObjExt extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoobieReadObjExt
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DoobieReadObjExt(self: doobie.Read.type)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply2[A, B, Z](f: (A, B) => Z)(implicit r: doobie.Read[(A, B)]): doobie.Read[Z]
- def apply3[A, B, C, Z](f: (A, B, C) => Z)(implicit r: doobie.Read[(A, B, C)]): doobie.Read[Z]
- def apply4[A, B, C, D, Z](f: (A, B, C, D) => Z)(implicit r: doobie.Read[(A, B, C, D)]): doobie.Read[Z]
- def apply5[A, B, C, D, E, Z](f: (A, B, C, D, E) => Z)(implicit r: doobie.Read[(A, B, C, D, E)]): doobie.Read[Z]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any