cask.internal

Members list

Concise view

Type members

Classlikes

class Conversion[T, V](val f: T => V)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Conversion

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DispatchTrie[T](current: Option[(T, Boolean)], children: Map[String, DispatchTrie[T]])

A simple Trie that can be compiled from a list of endpoints, to allow endpoint lookup in O(length-of-request-path) time. Lookup returns the T this trie contains, as well as a map of bound wildcards (path segments starting with :) and any remaining un-used path segments (only when current._2 == true, indicating this route allows trailing segments)

A simple Trie that can be compiled from a list of endpoints, to allow endpoint lookup in O(length-of-request-path) time. Lookup returns the T this trie contains, as well as a map of bound wildcards (path segments starting with :) and any remaining un-used path segments (only when current._2 == true, indicating this route allows trailing segments)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Util

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type