ScalarValueLift

io.getquill.ast.ScalarValueLift
See theScalarValueLift companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(name: String, source: Source, value: Any, encoder: Any, quat: => Quat): ScalarValueLift
def unapply(svl: ScalarValueLift): Some[(String, Source, Any, Any, Quat)]