case class MantleRoutes()(implicit cc: castor.Context, log: Logger) extends Routes with Product with Serializable
- Alphabetic
- By Inheritance
- MantleRoutes
- Serializable
- Product
- Equals
- Routes
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MantleRoutes()(implicit cc: castor.Context, log: Logger)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def caskMetadata: RoutesEndpointsMetadata[MantleRoutes.this.type]
- Definition Classes
- Routes
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def decorators: Seq[Decorator[_, _, _]]
- Definition Classes
- Routes
- def docsRoute(): String
- Annotations
- @staticFiles("/docs", endpoints.this.staticFiles.<init>$default$2)
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fiddle(): Response[String]
- Annotations
- @get("/scripts/index.html", endpoints.this.get.<init>$default$2)
- val fiddleHTML: String
- 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()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getResource(segs: Seq[String]): String
- def getResourceBin(segs: Seq[String]): Array[Byte]
- def image(request: Request): Response[Array[Byte]]
- Annotations
- @get("/images", true)
- def index(): Response[String]
- Annotations
- @get("/index.html", endpoints.this.get.<init>$default$2)
- val indexHTML: String
- def initialize()(implicit routes: RoutesEndpointsMetadata[MantleRoutes.this.type]): Unit
- Attributes
- protected[this]
- Definition Classes
- Routes
- def interactiveProver(): Response[String]
- Annotations
- @get("/interactive-prover.html", endpoints.this.get.<init>$default$2)
- val interactiveProverHTML: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leanlib(): Response[String]
- Annotations
- @get("/leanlib.html", endpoints.this.get.<init>$default$2)
- val leanlibHTML: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def prover(): Response[String]
- val proverHTML: String
- def proverSocket(): TaskSocket
- Annotations
- @websocket("/prover-websock", endpoints.this.websocket.<init>$default$2)
- def public(request: Request): Response[String]
- Annotations
- @get("/resources", true)
- def repl(request: Request): String
- Annotations
- @post("/scripts/kernel", endpoints.this.post.<init>$default$2)
- def root(): Response[String]
- Annotations
- @get("/", endpoints.this.get.<init>$default$2)
- def seek(): String
- Annotations
- @post("/monoid-proof", endpoints.this.post.<init>$default$2)
- def sendProof(channel: WebSocketChannel): Unit
- def showUserProfile(): WebsocketResult
- Annotations
- @websocket("/monoid-websock", endpoints.this.websocket.<init>$default$2)
- def site(request: Request): String
- Annotations
- @route("build", scala.collection.immutable.Seq.apply[String]("get", "post"), endpoints.this.route.<init>$default$3)
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def trySite(): String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- 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.