Interface ComponentModifier

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 interface ComponentModifier
A functional interface that represents a modifier for a component's behavior. This interface is used to modify the behavior of a component before its creation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Modifies the behavior of a component.