Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.filter
/
SimpleFilterChain
Simple
Filter
Chain
open
class
SimpleFilterChain
<
T
>
(
current
:
Filter
<
T
>
,
next
:
FilterChain
<
T
>
)
:
AbstractFilterChain
<
T
>
Members
Constructors
Simple
Filter
Chain
Link copied to clipboard
constructor
(
current
:
Filter
<
T
>
,
next
:
FilterChain
<
T
>
)
Properties
current
Link copied to clipboard
val
current
:
Filter
<
T
>
next
Link copied to clipboard
val
next
:
FilterChain
<
T
>
Functions
filter
Link copied to clipboard
open
override
fun
filter
(
context
:
T
)
:
Mono
<
Void
>