PartialExprFunction

name.rayrobdod.stringContextParserCombinator.PartialExprFunction
See thePartialExprFunction companion object
trait PartialExprFunction[-Ctx, +Expr[_], -A, +Z]

A partial function which is valid according to an Expr[Boolean] instead of a plain Boolean

Attributes

Companion
object
Source
PartialExprFunction.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(a: A)(implicit ctx: Ctx): Z

Attributes

Source
PartialExprFunction.scala
def isDefinedAt(a: A)(implicit ctx: Ctx): Expr[Boolean]

Attributes

Source
PartialExprFunction.scala