compress

cask.decorators.compress
class compress extends RawDecorator

Attributes

Graph
Supertypes
trait Decorator[Raw, Raw, Any]
class Annotation
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

final type Delegate = Map[String, Input] => Result[InnerReturned]

Attributes

Inherited from:
Decorator
type InputParser[T] = NoOpParser[Any, T]

Attributes

Inherited from:
RawDecorator
final type InputTypeAlias = Input

Attributes

Inherited from:
Decorator

Value members

Concrete methods

def wrapFunction(ctx: Request, delegate: Delegate): Result[Raw]

Inherited methods

def getParamParser[T](implicit p: InputParser[T]): InputParser[T]

Attributes

Inherited from:
Decorator