-
- All Implemented Interfaces:
-
com.hexagonkt.core.handlers.Handler
public final class FilterHandler<T extends Object> implements Handler<T>
-
-
Constructor Summary
Constructors Constructor Description FilterHandler(SuspendFunction1<Context<T>, Boolean> predicate, SuspendFunction1<Context<T>, Context<T>> callback)
-
Method Summary
Modifier and Type Method Description SuspendFunction1<Context<T>, Boolean>getPredicate()SuspendFunction1<Context<T>, Context<T>>getCallback()-
-
Constructor Detail
-
FilterHandler
FilterHandler(SuspendFunction1<Context<T>, Boolean> predicate, SuspendFunction1<Context<T>, Context<T>> callback)
-
-
Method Detail
-
getPredicate
SuspendFunction1<Context<T>, Boolean> getPredicate()
-
getCallback
SuspendFunction1<Context<T>, Context<T>> getCallback()
-
-
-
-