Interface Injector

All Superinterfaces:
CharSequence
All Known Implementing Classes:
JavaScriptWriter
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 Injector extends CharSequence
An common element writer
Author:
Pavel Ponec
  • Method Details

    • length

      default int length()
      Specified by:
      length in interface CharSequence
    • charAt

      default char charAt(int index)
      Specified by:
      charAt in interface CharSequence
    • subSequence

      default CharSequence subSequence(int start, int end)
      Specified by:
      subSequence in interface CharSequence
    • write

      void write(Element element)
      Performs this operation on the given argument.
      Parameters:
      element - An element to write