Interface ViewElement.WitherRemover<T extends ViewElement>
- Type Parameters:
T
- type of the view element
- All Known Implementing Classes:
AttributeWitherFunction
,AttributeWitherFunction.AttributeValueWitherFunction
,CssClassWitherFunction
- Enclosing interface:
- ViewElement
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function that modifies a view element by removing values.
Typical example: removing an attribute.
See also
MutableViewElement.Functions.remove(WitherRemover[])
to
convert a remover functions into ViewElement.WitherSetter
.-
Method Summary
-
Method Details
-
removeFrom
-