Trait

shapeless

ProductPrismBuilder

Related Doc: package shapeless

Permalink

trait ProductPrismBuilder[C, P <: Product] extends Prism[C, P]

Self Type
ProductPrismBuilder[C, P]
Linear Supertypes
Prism[C, P], LPPrism[C, P], Serializable, Serializable, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProductPrismBuilder
  2. Prism
  3. LPPrism
  4. Serializable
  5. Serializable
  6. Dynamic
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def get(s: C): Option[P]

    Permalink
    Definition Classes
    Prism
  2. abstract def set(s: C)(a: P): C

    Permalink
    Definition Classes
    Prism

Concrete 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. def apply[B](implicit mkPrism: MkCtorPrism[P, B]): Prism[C, B]

    Permalink
    Definition Classes
    Prism
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compose[T](g: Prism[T, C]): Prism[T, P]

    Permalink
    Definition Classes
    Prism
  8. def compose[T](g: Lens[T, C]): Prism[T, P]

    Permalink
    Definition Classes
    Prism
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def modify(s: C)(f: (P) ⇒ P): C

    Permalink
    Definition Classes
    Prism
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def selectDynamic(k: String)(implicit mkPrism: MkSelectDynamicOptic[Prism[C, P], P, @@[Symbol, k.type], Nothing]): Out

    Permalink
    Definition Classes
    Prism
  20. def selectDynamic[B](k: String)(implicit mkPrism: MkSelectDynamicOptic[Prism[C, P], P, @@[Symbol, k.type], B], dummy: DummyImplicit): Out

    Permalink
    Definition Classes
    LPPrism
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def unapply(s: C): Option[P]

    Permalink
    Definition Classes
    Prism
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def ~[T, L <: HList, LT <: HList, Q <: Product, QL <: HList](other: Prism[C, T])(implicit genp: Aux[P, L], tpp: ops.hlist.Tupler.Aux[L, P], pre: ops.hlist.Prepend.Aux[L, ::[T, HNil], LT], tpq: ops.hlist.Tupler.Aux[LT, Q], genq: Aux[Q, QL], init: Aux[QL, L], last: Aux[QL, T]): ProductPrismBuilder[C, Q]

    Permalink
  28. def ~[B](other: Prism[C, B]): ProductPrismBuilder[C, (P, B)]

    Permalink
    Definition Classes
    Prism
  29. def ~[B](other: Lens[C, B]): ProductPrismBuilder[C, (P, B)]

    Permalink
    Definition Classes
    Prism

Inherited from Prism[C, P]

Inherited from LPPrism[C, P]

Inherited from Serializable

Inherited from Serializable

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped