Packages

case class LeanRoutes()(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. LeanRoutes
  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 LeanRoutes()(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 LeanRoutes toany2stringadd[LeanRoutes] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LeanRoutes, B)
    Implicit
    This member is added by an implicit conversion from LeanRoutes toArrowAssoc[LeanRoutes] 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 cancelParse(request: Request): String
    Annotations
    @post("/cancel", endpoints.this.post.<init>$default$2)
  8. def caskMetadata: RoutesEndpointsMetadata[LeanRoutes.this.type]
    Definition Classes
    Routes
  9. var channels: ArrayBuffer[WebSocketChannel]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def codeGenDefs(): String
    Annotations
    @get("/codegen-defns", endpoints.this.get.<init>$default$2)
  12. def codeGenInducDefs(): String
    Annotations
    @get("/codegen-induc-defns", endpoints.this.get.<init>$default$2)
  13. def decorators: Seq[Decorator[_, _, _]]
    Definition Classes
    Routes
  14. def ensuring(cond: (LeanRoutes) => Boolean, msg: => Any): LeanRoutes
    Implicit
    This member is added by an implicit conversion from LeanRoutes toEnsuring[LeanRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (LeanRoutes) => Boolean): LeanRoutes
    Implicit
    This member is added by an implicit conversion from LeanRoutes toEnsuring[LeanRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): LeanRoutes
    Implicit
    This member is added by an implicit conversion from LeanRoutes toEnsuring[LeanRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): LeanRoutes
    Implicit
    This member is added by an implicit conversion from LeanRoutes toEnsuring[LeanRoutes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def files(): String
    Annotations
    @get("/files", endpoints.this.get.<init>$default$2)
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LeanRoutes toStringFormat[LeanRoutes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getMods(file: String): String
    Annotations
    @get("mods/:file", endpoints.this.get.<init>$default$2)
  23. def getModsJs(file: String): Value
  24. def inducDefn(request: Request): String
    Annotations
    @post("/inductive-definition", endpoints.this.post.<init>$default$2)
  25. def initialize()(implicit routes: RoutesEndpointsMetadata[LeanRoutes.this.type]): Unit
    Attributes
    protected[this]
    Definition Classes
    Routes
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def loadFile(name: String): Task[Unit]
  28. def loadFileReq(request: Request): String
    Annotations
    @post("/loadFile", endpoints.this.post.<init>$default$2)
  29. def log: Logger
  30. def memDefs(): String
    Annotations
    @get("/mem-defns", endpoints.this.get.<init>$default$2)
  31. def memInducDefs(): String
    Annotations
    @get("/mem-induc-defns", endpoints.this.get.<init>$default$2)
  32. def messenger: Logger
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def parse(request: Request): String
    Annotations
    @post("/lean-parse", endpoints.this.post.<init>$default$2)
  37. def parser: LeanParser
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def saveCode(): String
    Annotations
    @post("/save-code", endpoints.this.post.<init>$default$2)
  40. def send(s: String): Unit
  41. def sendErr(s: String): Unit
  42. def sendLog(s: String): Unit
  43. val sendLogger: Logger
  44. def showUserProfile(): WebsocketResult
    Annotations
    @websocket("/leanlib-websock", endpoints.this.websocket.<init>$default$2)
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. 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): (LeanRoutes, B)
    Implicit
    This member is added by an implicit conversion from LeanRoutes toArrowAssoc[LeanRoutes] 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 fromLeanRoutes to any2stringadd[LeanRoutes]

Inherited by implicit conversion StringFormat fromLeanRoutes to StringFormat[LeanRoutes]

Inherited by implicit conversion Ensuring fromLeanRoutes to Ensuring[LeanRoutes]

Inherited by implicit conversion ArrowAssoc fromLeanRoutes to ArrowAssoc[LeanRoutes]

Ungrouped