public interface ShortCircuitable
Implementing this interface is encouraged for print directives that have short circuiting behavior but it is not required for correctness.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNoopForKind(SanitizedContent.ContentKind kind)
Returns true if this directive will turn into a no-op when passed values of the given content
kind.
|
boolean isNoopForKind(SanitizedContent.ContentKind kind)