PartialFunctionHelper

cps.runtime.PartialFunctionHelper

Attributes

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

Members list

Value members

Concrete methods

def create[X, Y](isDefinedAtF: X => Boolean, applyF: X => Y): PartialFunction[X, Y]

Attributes

Source
PartialFunctionHelper.scala