CatchSomeApply

turbolift.effects.PolyErrorEffect.CatchSomeApply
final class CatchSomeApply[E]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[A, U <: @@[E]](body: Computation[A, U])(f: PartialFunction[E, A]): Computation[A, U]