compress

cask.decorators.compress
class compress extends RawDecorator

Attributes

Graph
Supertypes
trait RawDecorator
trait Decorator[Raw, Raw, Any, Request]
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

final type Delegate = (Request, Map[String, Any]) => Result[Raw]

Attributes

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

Attributes

Inherited from:
RawDecorator
final type InputTypeAlias = Any

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