Class WithDebug<T>

java.lang.Object
one.xingyi.optics.annotations.processors.WithDebug<T>

public class WithDebug<T> extends Object
  • Field Details

    • t

      public final T t
    • debug

      public final boolean debug
  • Constructor Details

    • WithDebug

      public WithDebug()
  • Method Details

    • of

      public static <T> WithDebug<T> of(T t, boolean debug)