akka.japi.pf
Class UnitCaseStatement<F,P>

java.lang.Object
  extended by akka.japi.pf.UnitCaseStatement<F,P>
All Implemented Interfaces:
scala.Function1<F,scala.runtime.BoxedUnit>, scala.PartialFunction<F,scala.runtime.BoxedUnit>

public class UnitCaseStatement<F,P>
extends java.lang.Object
implements scala.PartialFunction<F,scala.runtime.BoxedUnit>


Nested Class Summary
 
Nested classes/interfaces inherited from interface scala.PartialFunction
scala.PartialFunction.AndThen<A,B,C>, scala.PartialFunction.Lifted<A,B>, scala.PartialFunction.OrElse<A,B>, scala.PartialFunction.Unlifted<A,B>
 
Constructor Summary
UnitCaseStatement(akka.japi.pf.FI.Predicate predicate, FI.UnitApply<P> apply)
           
 
Method Summary
 void apply(F o)
           
 boolean isDefinedAt(F o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.PartialFunction
andThen, applyOrElse, lift, orElse, runWith
 
Methods inherited from interface scala.Function1
apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
 

Constructor Detail

UnitCaseStatement

public UnitCaseStatement(akka.japi.pf.FI.Predicate predicate,
                         FI.UnitApply<P> apply)
Method Detail

isDefinedAt

public boolean isDefinedAt(F o)
Specified by:
isDefinedAt in interface scala.PartialFunction<F,scala.runtime.BoxedUnit>

apply

public void apply(F o)
Specified by:
apply in interface scala.Function1<F,scala.runtime.BoxedUnit>