PartialExprFunction

name.rayrobdod.stringContextParserCombinator.PartialExprFunction
See thePartialExprFunction companion object
trait PartialExprFunction[+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): Z

Attributes

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

Attributes

Source
PartialExprFunction.scala