shapeless.ops.coproduct

RemoveLast

Related Docs: trait RemoveLast | package coproduct

object RemoveLast extends LowPriorityRemoveLast with Serializable

Linear Supertypes
Serializable, Serializable, LowPriorityRemoveLast, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RemoveLast
  2. Serializable
  3. Serializable
  4. LowPriorityRemoveLast
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[C <: Coproduct, I, Rest0 <: Coproduct] = RemoveLast[C, I] { type Rest = Rest0 }

    Definition Classes
    LowPriorityRemoveLast

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def apply[C <: Coproduct, I](implicit removeLast: RemoveLast[C, I]): Aux[C, I, Rest]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromRemove[C <: Coproduct, I](remove: Remove[C, I]): Aux[C, I, Rest]

    Attributes
    protected
    Definition Classes
    LowPriorityRemoveLast
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. implicit def removeLastHead[H, T <: Coproduct]: Aux[:+:[H, T], H, T]

    Definition Classes
    LowPriorityRemoveLast
  18. implicit def removeLastTail[H, T <: Coproduct, I](implicit tailRemoveLast: RemoveLast[T, I]): Aux[:+:[H, T], I, :+:[H, Rest]]

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

    Definition Classes
    AnyRef
  20. def toRemove[C <: Coproduct, I](removeLast: RemoveLast[C, I]): Remove.Aux[C, I, Rest]

    Attributes
    protected
    Definition Classes
    LowPriorityRemoveLast
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityRemoveLast

Inherited from AnyRef

Inherited from Any

Ungrouped