Class Structurizer.WhitespaceEnabler

java.lang.Object
org.immutables.value.processor.encode.Structurizer.WhitespaceEnabler
All Implemented Interfaces:
com.google.common.base.Predicate<Code.Term>, Predicate<Code.Term>
Enclosing class:
Structurizer

private final class Structurizer.WhitespaceEnabler extends Object implements com.google.common.base.Predicate<Code.Term>
  • Field Details

    • count

      private int count
  • Constructor Details

    • WhitespaceEnabler

      private WhitespaceEnabler()
  • Method Details

    • on

      void on()
    • off

      void off()
    • apply

      public boolean apply(Code.Term input)
      Specified by:
      apply in interface com.google.common.base.Predicate<Code.Term>