Class/Object

io.udash.rest.raw

AbstractMapping

Related Docs: object AbstractMapping | package raw

Permalink

sealed abstract class AbstractMapping[V] extends PartialFunction[String, V]

Linear Supertypes
PartialFunction[String, V], (String) ⇒ V, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractMapping
  2. PartialFunction
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Self >: AbstractMapping.this.type <: AbstractMapping[V]

    Permalink

Abstract Value Members

  1. abstract def caseSensitive: Boolean

    Permalink
  2. abstract def createNew(rawEntries: com.avsystem.commons.ISeq[(String, V)]): Self

    Permalink
    Attributes
    protected
  3. abstract def entries: com.avsystem.commons.ISeq[(String, V)]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++(other: Self): Self

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def andThen[C](k: (V) ⇒ C): PartialFunction[String, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  6. def append(key: String, value: V): Self

    Permalink
  7. def apply(key: String): V

    Permalink
    Definition Classes
    AbstractMapping → Function1
  8. def applyOrElse[A <: String, B >: V](key: A, default: (A) ⇒ B): B

    Permalink
    Definition Classes
    AbstractMapping → PartialFunction
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def compose[A](g: (A) ⇒ String): (A) ⇒ V

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    AbstractMapping → AnyRef → Any
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AbstractMapping → AnyRef → Any
  16. def isDefinedAt(key: String): Boolean

    Permalink
    Definition Classes
    AbstractMapping → PartialFunction
  17. def isEmpty: Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def iterator: Iterator[(String, V)]

    Permalink
  20. def lift: (String) ⇒ Option[V]

    Permalink
    Definition Classes
    PartialFunction
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def nonEmpty: Boolean

    Permalink
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def orElse[A1 <: String, B1 >: V](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  26. def prepend(key: String, value: V): Self

    Permalink
  27. def runWith[U](action: (V) ⇒ U): (String) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. lazy val toMap: com.avsystem.commons.IMap[String, V]

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AbstractMapping → Function1 → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PartialFunction[String, V]

Inherited from (String) ⇒ V

Inherited from AnyRef

Inherited from Any

Ungrouped