akka.transactor
Class EmptyReceive$

java.lang.Object
  extended by akka.transactor.EmptyReceive$
All Implemented Interfaces:
scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>, scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>

public class EmptyReceive$
extends java.lang.Object
implements scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>

INTERNAL API


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>
 
Field Summary
static EmptyReceive$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
EmptyReceive$()
           
 
Method Summary
 void apply(java.lang.Object any)
           
 boolean isDefinedAt(java.lang.Object any)
           
 
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
 

Field Detail

MODULE$

public static final EmptyReceive$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

EmptyReceive$

public EmptyReceive$()
Method Detail

apply

public void apply(java.lang.Object any)
Specified by:
apply in interface scala.Function1<java.lang.Object,scala.runtime.BoxedUnit>

isDefinedAt

public boolean isDefinedAt(java.lang.Object any)
Specified by:
isDefinedAt in interface scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>