Partial

oxygen.sql.schema.TableRepr.Partial
final case class Partial[A, B](_get: A => B, rowRepr: RowRepr[B])

Attributes

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

Members list

Value members

Concrete methods

InputEncoder which accepts an A, and encodes the fields in B.

InputEncoder which accepts an A, and encodes the fields in B.

Attributes

def get(a: A): B

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product