Say I have a lambda with the type `PipelineContext...
# getting-started
s
Say I have a lambda with the type
PipelineContext<ApplicationCall>.(ApplicationCall) -> Unit
Can I extract this into a class somehow ? Its not possible to use it as a super type so Im a bit lost.