Literal

sealed trait Literal extends Expr
trait Expr
class Object
trait Matchable
class Any
object Empty.type

Value members

Inherited methods

def apply(fieldName: String): InvocationExpr
Inherited from:
Expr
def apply[F[_] : FhirPathFuncs](collection: List[Value]): F[List[Value]]
Inherited from:
Expr
def apply[F[_] : FhirPathFuncs](fhirObj: FHIRObject): F[List[Any]]
Inherited from:
Expr
def invoke(invocation: Invocation): InvocationExpr
Inherited from:
Expr
override def toString: String
Definition Classes
Expr -> Any
Inherited from:
Expr