Showing content from https://www.scala-lang.org/api/2.13.13/scala/PartialFunction.html below:
Scala Standard Library 2.13.13 - scala.PartialFunction
trait PartialFunction[-A, +B] extends (A) => B
î·î
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialFunction
- Function1
- AnyRef
- Any
Implicitly
- by UnliftOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
Visibility
- Public
- Protected
Abstract Value Members
- î
abstract def apply(v1: A): B
- î
abstract def isDefinedAt(x: A): Boolean
Concrete Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
def +(other: String): String
- î
def ->[B](y: B): (PartialFunction[A, B], B)
- î
final def ==(arg0: Any): Boolean
- î
def andThen[C](k: PartialFunction[B, C]): PartialFunction[A, C]
- î
def andThen[C](k: (B) => C): PartialFunction[A, C]
- î
def applyOrElse[A1 <: A, B1 >: B](x: A1, default: (A1) => B1): B1
- î
final def asInstanceOf[T0]: T0
- î
def clone(): AnyRef
- î
def compose[R](k: PartialFunction[R, A]): PartialFunction[R, B]
- î
def compose[A](g: (A) => A): (A) => B
- î
def elementWise: ElementWiseExtractor[A, B]
- î
def ensuring(cond: (PartialFunction[A, B]) => Boolean, msg: => Any): PartialFunction[A, B]
- î
def ensuring(cond: (PartialFunction[A, B]) => Boolean): PartialFunction[A, B]
- î
def ensuring(cond: Boolean, msg: => Any): PartialFunction[A, B]
- î
def ensuring(cond: Boolean): PartialFunction[A, B]
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(arg0: AnyRef): Boolean
- î
def finalize(): Unit
- î
final def getClass(): Class[_ <: AnyRef]
- î
def hashCode(): Int
- î
final def isInstanceOf[T0]: Boolean
- î
def lift: (A) => Option[B]
- î
final def ne(arg0: AnyRef): Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def orElse[A1 <: A, B1 >: B](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def runWith[U](action: (B) => U): (A) => Boolean
- î
final def synchronized[T0](arg0: => T0): T0
- î
def toString(): String
- î
def unapply(a: A): Option[B]
- î
def unlift: PartialFunction[A, B]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
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