@FunctionalInterface
public interface Filter
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
Payload |
apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
default boolean |
matches(java.lang.String uri,
Context context) |
Payload apply(java.lang.String uri, Context context, PayloadSupplier nextFilter) throws java.lang.Exception
java.lang.Exceptiondefault boolean matches(java.lang.String uri,
Context context)
Copyright © 2015. All Rights Reserved.