object emptyBehavior extends Receive
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def andThen[C](k: PartialFunction[Unit, C]): PartialFunction[Any, C]
- def andThen[C](k: (Unit) => C): PartialFunction[Any, C]
- def apply(x: Any): Nothing
- def applyOrElse[A1 <: Any, B1 >: Unit](x: A1, default: (A1) => B1): B1
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[R](k: PartialFunction[R, Any]): PartialFunction[R, Unit]
- def compose[A](g: (A) => Any): (A) => Unit
- def elementWise: ElementWiseExtractor[Any, Unit]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def isDefinedAt(x: Any): Boolean
- final def isInstanceOf[T0]: Boolean
- def lift: (Any) => Option[Unit]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def orElse[A1 <: Any, B1 >: Unit](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- def runWith[U](action: (Unit) => U): (Any) => Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unapply(a: Any): Option[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Value Members
- def andThen[C](k: PartialFunction[Unit, C]): PartialFunction[Any, C]
- def andThen[C](k: (Unit) => C): PartialFunction[Any, C]
- def applyOrElse[A1 <: Any, B1 >: Unit](x: A1, default: (A1) => B1): B1
- def compose[R](k: PartialFunction[R, Any]): PartialFunction[R, Unit]
- def elementWise: ElementWiseExtractor[Any, Unit]
- def lift: (Any) => Option[Unit]
- def orElse[A1 <: Any, B1 >: Unit](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- def runWith[U](action: (Unit) => U): (Any) => Boolean
- def unapply(a: Any): Option[Unit]
Inherited from (Any) => Unit
Value Members
- def compose[A](g: (A) => Any): (A) => Unit
- def toString(): String
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def andThen[C](k: PartialFunction[Unit, C]): PartialFunction[Any, C]
- def andThen[C](k: (Unit) => C): PartialFunction[Any, C]
- def apply(x: Any): Nothing
- def applyOrElse[A1 <: Any, B1 >: Unit](x: A1, default: (A1) => B1): B1
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[R](k: PartialFunction[R, Any]): PartialFunction[R, Unit]
- def compose[A](g: (A) => Any): (A) => Unit
- def elementWise: ElementWiseExtractor[Any, Unit]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def isDefinedAt(x: Any): Boolean
- final def isInstanceOf[T0]: Boolean
- def lift: (Any) => Option[Unit]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def orElse[A1 <: Any, B1 >: Unit](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- def runWith[U](action: (Unit) => U): (Any) => Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unapply(a: Any): Option[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit