org.virtuslab.unicorn.PlayIdentifiers

PlayCompanion

abstract class PlayCompanion[Id <: MappedToBase] extends (PlayIdentifiers.this)#CoreCompanion[Id] with (PlayIdentifiers.this)#Applicable[Id] with (PlayIdentifiers.this)#PlayImplicits[Id]

Linear Supertypes
(PlayIdentifiers.this)#PlayImplicits[Id], (PlayIdentifiers.this)#Applicable[Id], (PlayIdentifiers.this)#CoreCompanion[Id], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PlayCompanion
  2. PlayImplicits
  3. Applicable
  4. CoreCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlayCompanion()

Abstract Value Members

  1. abstract def apply(id: Id.Underlying): Id

    Factory method for I instance creation.

    Factory method for I instance creation.

    id

    long from which I instance is created

    returns

    I instance

    Definition Classes
    Applicable

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit def basic_ordering(implicit ord: Ordering[Id.Underlying]): Ordering[Id]

    Definition Classes
    CoreCompanion
  8. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  14. implicit final def idMappingFormatter(implicit underlyingFormat: Formatter[Id.Underlying]): Formatter[Id]

    Form formatter for I

    Form formatter for I

    Definition Classes
    PlayImplicits
  15. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  19. implicit final def pathBindable(implicit underlyingBinder: PathBindable[Id.Underlying]): PathBindable[Id]

    Type mapper for route files.

    Type mapper for route files.

    underlyingBinder

    path bindable for Id#Underlying type.

    returns

    path bindable for I

    Definition Classes
    PlayImplicits
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. implicit final def toPathBindable(implicit bindable: Parsing[Id.Underlying]): QueryStringBindable[Id]

    Implicit for mapping id to routes params for play

    Implicit for mapping id to routes params for play

    Definition Classes
    PlayImplicits
  22. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (PlayIdentifiers.this)#PlayImplicits[Id]

Inherited from (PlayIdentifiers.this)#Applicable[Id]

Inherited from (PlayIdentifiers.this)#CoreCompanion[Id]

Inherited from AnyRef

Inherited from Any

Ungrouped