PartialExprFunction

name.rayrobdod.stringContextParserCombinator.PartialExprFunction
See thePartialExprFunction companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply[Ctx, Expr[_], A, Z](isDefinedAtFn: (A, Ctx) => Expr[Boolean], applyFn: (A, Ctx) => Z): PartialExprFunction[Ctx, Expr, A, Z]

Attributes

Source
PartialExprFunction.scala