A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.scala-lang.org/api/2.12.15/scala/PartialFunction.html below:

Scala Standard Library 2.12.15 - scala.PartialFunction

trait PartialFunction[-A, +B] extends (A) ⇒ B

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartialFunction
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
Abstract Value Members
  1.  abstract def apply(v1: A): B
  2.  abstract def isDefinedAt(x: A): Boolean
Concrete Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##(): Int
  3.  def +(other: String): String
  4.  def ->[B](y: B): (PartialFunction[A, B], B)
  5.  final def ==(arg0: Any): Boolean
  6.  def andThen[C](k: (B) ⇒ C): PartialFunction[A, C]
  7.  def applyOrElse[A1 <: A, B1 >: B](x: A1, default: (A1) ⇒ B1): B1
  8.  final def asInstanceOf[T0]: T0
  9.  def clone(): AnyRef
  10.  def compose[A](g: (A) ⇒ A): (A) ⇒ B
  11.  def ensuring(cond: (PartialFunction[A, B]) ⇒ Boolean, msg: ⇒ Any): PartialFunction[A, B]
  12.  def ensuring(cond: (PartialFunction[A, B]) ⇒ Boolean): PartialFunction[A, B]
  13.  def ensuring(cond: Boolean, msg: ⇒ Any): PartialFunction[A, B]
  14.  def ensuring(cond: Boolean): PartialFunction[A, B]
  15.  final def eq(arg0: AnyRef): Boolean
  16.  def equals(arg0: Any): Boolean
  17.  def finalize(): Unit
  18.  def formatted(fmtstr: String): String
  19.  final def getClass(): Class[_]
  20.  def hashCode(): Int
  21.  final def isInstanceOf[T0]: Boolean
  22.  def lift: (A) ⇒ Option[B]
  23.  final def ne(arg0: AnyRef): Boolean
  24.  final def notify(): Unit
  25.  final def notifyAll(): Unit
  26.  def orElse[A1 <: A, B1 >: B](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
  27.  def runWith[U](action: (B) ⇒ U): (A) ⇒ Boolean
  28.  final def synchronized[T0](arg0: ⇒ T0): T0
  29.  def toString(): String
  30.  final def wait(): Unit
  31.  final def wait(arg0: Long, arg1: Int): Unit
  32.  final def wait(arg0: Long): Unit
  33.  def →[B](y: B): (PartialFunction[A, B], B)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4