final case class Pointable[T, P <: Pointer[T]](point: (PointerPath) ⇒ P) extends AnyVal with Product with Serializable
- Annotations
- @implicitNotFound( ... )
- Source
- JsonPointer.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pointable
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Pointable(point: (PointerPath) ⇒ P)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val point: (PointerPath) ⇒ P