QueryO

harness.sql.query.QueryO
final case class QueryO[O](queryName: String, fragment: Fragment, decoder: QueryDecoderMany[O])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(): QueryResult[O]
def emap[O2](f: O => EitherNel[String, O2]): QueryO[O2]
def map[O2](f: O => O2): QueryO[O2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product