Packages

case class MantleRoutes()(implicit cc: castor.Context, log: Logger) extends Routes with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Routes, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MantleRoutes
  2. Serializable
  3. Product
  4. Equals
  5. Routes
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MantleRoutes()(implicit cc: castor.Context, log: Logger)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MantleRoutes toany2stringadd[MantleRoutes] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MantleRoutes, B)
    Implicit
    This member is added by an implicit conversion from MantleRoutes toArrowAssoc[MantleRoutes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def caskMetadata: RoutesEndpointsMetadata[MantleRoutes.this.type]
    Definition Classes
    Routes
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def decorators: Seq[Decorator[_, _, _]]
    Definition Classes
    Routes
  10. def docsRoute(): String
    Annotations
    @staticFiles("/docs", endpoints.this.staticFiles.<init>$default$2)
  11. def ensuring(cond: (MantleRoutes) => Boolean, msg: => Any): MantleRoutes
    Implicit
    This member is added by an implicit conversion from MantleRoutes toEnsuring[MantleRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (MantleRoutes) => Boolean): MantleRoutes
    Implicit
    This member is added by an implicit conversion from MantleRoutes toEnsuring[MantleRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): MantleRoutes
    Implicit
    This member is added by an implicit conversion from MantleRoutes toEnsuring[MantleRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): MantleRoutes
    Implicit
    This member is added by an implicit conversion from MantleRoutes toEnsuring[MantleRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def fiddle(): Response[String]
    Annotations
    @get("/scripts/index.html", endpoints.this.get.<init>$default$2)
  17. val fiddleHTML: String
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MantleRoutes toStringFormat[MantleRoutes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getResource(segs: Seq[String]): String
  21. def getResourceBin(segs: Seq[String]): Array[Byte]
  22. def image(request: Request): Response[Array[Byte]]
    Annotations
    @get("/images", true)
  23. def index(): Response[String]
    Annotations
    @get("/index.html", endpoints.this.get.<init>$default$2)
  24. val indexHTML: String
  25. def initialize()(implicit routes: RoutesEndpointsMetadata[MantleRoutes.this.type]): Unit
    Attributes
    protected[this]
    Definition Classes
    Routes
  26. def interactiveProver(): Response[String]
    Annotations
    @get("/interactive-prover.html", endpoints.this.get.<init>$default$2)
  27. val interactiveProverHTML: String
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def leanlib(): Response[String]
    Annotations
    @get("/leanlib.html", endpoints.this.get.<init>$default$2)
  30. val leanlibHTML: String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def prover(): Response[String]
  36. val proverHTML: String
  37. def proverSocket(): TaskSocket
    Annotations
    @websocket("/prover-websock", endpoints.this.websocket.<init>$default$2)
  38. def public(request: Request): Response[String]
    Annotations
    @get("/resources", true)
  39. def repl(request: Request): String
    Annotations
    @post("/scripts/kernel", endpoints.this.post.<init>$default$2)
  40. def root(): Response[String]
    Annotations
    @get("/", endpoints.this.get.<init>$default$2)
  41. def seek(): String
    Annotations
    @post("/monoid-proof", endpoints.this.post.<init>$default$2)
  42. def sendProof(channel: WebSocketChannel): Unit
  43. def showUserProfile(): WebsocketResult
    Annotations
    @websocket("/monoid-websock", endpoints.this.websocket.<init>$default$2)
  44. def site(request: Request): String
    Annotations
    @route("build", scala.collection.immutable.Seq.apply[String]("get", "post"), endpoints.this.route.<init>$default$3)
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def trySite(): String
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (MantleRoutes, B)
    Implicit
    This member is added by an implicit conversion from MantleRoutes toArrowAssoc[MantleRoutes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Routes

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMantleRoutes to any2stringadd[MantleRoutes]

Inherited by implicit conversion StringFormat fromMantleRoutes to StringFormat[MantleRoutes]

Inherited by implicit conversion Ensuring fromMantleRoutes to Ensuring[MantleRoutes]

Inherited by implicit conversion ArrowAssoc fromMantleRoutes to ArrowAssoc[MantleRoutes]

Ungrouped