Interface BaseComponent.StringVisitor

All Known Implementing Classes:
BaseComponent.LimitedStringVisitor
Enclosing class:
BaseComponent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface BaseComponent.StringVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    void
     
  • Method Details

    • append

      void append(String s)
    • append

      default void append(Object obj)