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.

@FunctionalInterface public static interface ViewElement.WitherRemover<T extends ViewElement>
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

    Modifier and Type
    Method
    Description
    void
    removeFrom(T target)
     
  • Method Details

    • removeFrom

      void removeFrom(T target)