Router

enterprise.Router$
object Router

Attributes

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

Members list

Type members

Classlikes

case object Fx extends Choice

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Choice
trait ChoiceEffect
trait ChoiceSignature
trait Effect[ChoiceSignature]
trait CanInterpret
trait CanPerform[ChoiceSignature]
trait Signature
class Object
trait Matchable
class Any
Show all
Self type
Fx.type

Types

type Fx = Fx.type

Value members

Concrete methods

def apply[U <: Fx & Fx](f: PartialFunction[DSL, Computation[Response, U]]): Computation[Response, U]
def defaultNotFound: Computation[Response, Any]
def handler[U](notFound: Computation[Response, U]): Handler[[_] =>> Response, [_] =>> Response, Fx, U]

Concrete fields

val handler: Handler[[_] =>> Response, [_] =>> Response, Fx, Any]

Exports

Defined exports

final override val empty: Computation[Nothing, ChoiceEffect]
Exported from ChoiceEffect