public final class InternalAttributePredicate extends Object implements org.carrot2.shaded.guava.common.base.Predicate<org.carrot2.util.attribute.AttributeDescriptor>
AttributeDescriptor refers to an
Internal attribute.| Constructor and Description |
|---|
InternalAttributePredicate()
Evaluates to
true for attributes that have the Internal
annotation, no matter the Internal.configuration() value. |
InternalAttributePredicate(Boolean configuration)
Evaluates to
true for attributes that have the Internal
annotation whose Internal.configuration() is set to the provided value. |
public InternalAttributePredicate()
true for attributes that have the Internal
annotation, no matter the Internal.configuration() value.public InternalAttributePredicate(Boolean configuration)
true for attributes that have the Internal
annotation whose Internal.configuration() is set to the provided value.