DecodeSuccessContext

case class DecodeSuccessContext[F[_], A, U, I](serverEndpoint: ServerEndpoint[_, F] { type SECURITY_INPUT = A; type PRINCIPAL = U; type INPUT = I; type ERROR_OUTPUT; type OUTPUT; }, securityInput: A, principal: U, input: I, request: ServerRequest)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def endpoint: Endpoint[A, I, _, _, _]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product