Class JArchColumnDataTable.EnableSupplier

  • All Implemented Interfaces:
    java.util.function.Supplier<java.lang.Boolean>
    Enclosing class:
    JArchColumnDataTable

    public static class JArchColumnDataTable.EnableSupplier
    extends java.lang.Object
    implements java.util.function.Supplier<java.lang.Boolean>
    • Constructor Summary

      Constructors 
      Constructor Description
      EnableSupplier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnableSupplier

        public EnableSupplier()
    • Method Detail

      • get

        public java.lang.Boolean get()
        Specified by:
        get in interface java.util.function.Supplier<java.lang.Boolean>