Class/Object

pimpathon

Descendant

Related Docs: object Descendant | package pimpathon

Permalink

case class Descendant[From, Via, To](from: From, traversals: List[Traversal[From, To]], ancestorsFn: () ⇒ List[(String, Traversal[From, Via])]) extends Dynamic with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Descendant
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Dynamic
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Descendant(from: From, traversals: List[Traversal[From, To]], ancestorsFn: () ⇒ List[(String, Traversal[From, Via])])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ancestorsFn: () ⇒ List[(String, Traversal[From, Via])]

    Permalink
  5. def array[That](implicit cpf: CanPrismFrom[To, List[Json], That]): Descendant[From, Via, That]

    Permalink
  6. def as[A](implicit arg0: CodecJson[A]): As[From, Via, To, A]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def bigDecimal[That](implicit cpf: CanPrismFrom[To, BigDecimal, That]): Descendant[From, Via, That]

    Permalink
  9. def bigInt[That](implicit cpf: CanPrismFrom[To, BigInt, That]): Descendant[From, Via, That]

    Permalink
  10. def bool[That](implicit cpf: CanPrismFrom[To, Boolean, That]): Descendant[From, Via, That]

    Permalink
  11. def byte[That](implicit cpf: CanPrismFrom[To, Byte, That]): Descendant[From, Via, That]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def composeIso[That](next: Iso[To, That]): Descendant[From, Via, That]

    Permalink
  14. def composeOptional[That](next: Optional[To, That]): Descendant[From, Via, That]

    Permalink
  15. def composePrism[That](next: Prism[To, That]): Descendant[From, Via, That]

    Permalink
  16. def composeTraversal[That](next: Traversal[To, That]): Descendant[From, Via, That]

    Permalink
  17. def double[That](implicit cpf: CanPrismFrom[To, Double, That]): Descendant[From, Via, That]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def float[That](implicit cpf: CanPrismFrom[To, Float, That]): Descendant[From, Via, That]

    Permalink
  21. val from: From

    Permalink
  22. def getAll: List[To]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def headOption: Option[To]

    Permalink
  25. def int[That](implicit cpf: CanPrismFrom[To, Int, That]): Descendant[From, Via, That]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def modify(f: (To) ⇒ To): From

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def number[That](implicit cpf: CanPrismFrom[To, JsonNumber, That]): Descendant[From, Via, That]

    Permalink
  32. def obj[That](implicit cpf: CanPrismFrom[To, JsonObject, That]): Descendant[From, Via, That]

    Permalink
  33. def selectDynamic(key: String)(implicit cpf: CanPrismFrom[To, JsonObject, JsonObject]): Descendant[From, Via, Json]

    Permalink
  34. def set(to: To): From

    Permalink
  35. def short[That](implicit cpf: CanPrismFrom[To, Short, That]): Descendant[From, Via, That]

    Permalink
  36. def string[That](implicit cpf: CanPrismFrom[To, String, That]): Descendant[From, Via, That]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. val traversals: List[Traversal[From, To]]

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped