IfExist

io.getquill.ast.IfExist
object IfExist

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IfExist.type

Members list

Value members

Concrete methods

def apply(exists: Ast, `then`: Ast, otherwise: Ast): If
def unapply(ast: Ast): Option[(Ast, Ast, Ast)]