Packages

final case class UI(config: NelsonConfig) extends Default with Product with Serializable

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

Instance Constructors

  1. new UI(config: NelsonConfig)

Value Members

  1. object IsAuthenticated
    Definition Classes
    Default
  2. object IsAuthorized
    Definition Classes
    Default
  3. object NotAuthenticated
    Definition Classes
    Default
  4. val config: NelsonConfig
    Definition Classes
    UIDefault
  5. val service: HttpService[IO]
    Definition Classes
    UIDefault