PartialFunctionAndThenCompat

class Object
trait Matchable
class Any

Value members

Concrete methods

def andThen[A, B, C](pf1: PartialFunction[A, B], pf2: PartialFunction[B, C]): PartialFunction[A, C]