Index

case class Index(expr: Expr, index: Expr) extends Expr
trait Serializable
trait Product
trait Equals
trait Expr
class Object
trait Matchable
class Any

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
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Expr -> Any
Inherited from:
Expr