@FunctionalInterface public interface IApplicable<T>
| Modifier and Type | Method and Description |
|---|---|
default IApplicable<T> |
and(IApplicable<? super T> other) |
boolean |
isApplicable(T context) |
default IAcceptor<T> |
not() |
default IApplicable<T> |
or(IApplicable<? super T> other) |
boolean isApplicable(T context)
default IApplicable<T> and(IApplicable<? super T> other)
default IApplicable<T> or(IApplicable<? super T> other)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.