Packages

c

nelson.plans

Default

abstract class Default extends Product with Serializable

Self Type
Default
Source
Default.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Default
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Default()

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def config: NelsonConfig
  3. abstract def productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  5. abstract def service: HttpService[IO]

Concrete Value Members

  1. def productIterator: Iterator[Any]
    Definition Classes
    Product
  2. def productPrefix: String
    Definition Classes
    Product
  3. object IsAuthenticated
  4. object IsAuthorized
  5. object NotAuthenticated