-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHandler.Companion
-
Method Summary
Modifier and Type Method Description Context<T>process(Context<T> context)Tprocess(T event)abstract SuspendFunction1<Context<T>, Boolean>getPredicate()abstract SuspendFunction1<Context<T>, Context<T>>getCallback()-
-
Method Detail
-
getPredicate
abstract SuspendFunction1<Context<T>, Boolean> getPredicate()
-
getCallback
abstract SuspendFunction1<Context<T>, Context<T>> getCallback()
-
-
-
-