Interface AttributeIncluder.ReplacementRule
- Enclosing class:
AttributeIncluder<Info extends ExtraInformation, Encod, Sig extends Signature<Encod>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionalways()booleanshouldReplace(String attribute, Collection<String> addedAttributes) default booleanshouldReplace(String attribute, Collection<String> addedAttributes, Collection<String> previousUnsignedList)
-
Method Details
-
shouldReplace
-
shouldReplace
default boolean shouldReplace(String attribute, Collection<String> addedAttributes, Collection<String> previousUnsignedList) -
contains
-
always
-