api

http4k / org.http4k.events / EventFilter

EventFilter

interface EventFilter : (Events) -> Events

Companion Object Functions

Name Summary
invoke operator fun invoke(fn: (Events) -> Events): <ERROR CLASS>

Extension Functions

Name Summary
then fun EventFilter.then(next: EventFilter): EventFilter
fun EventFilter.then(next: Events): Events