public interface Rule<T>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
apply(Object instance,
T value) |
default boolean |
apply(T instance) |
default boolean |
support(T instance) |
Copyright © 2019–2021 com.github.mvallim. All rights reserved.