Class NullArgument


  • public final class NullArgument
    extends java.lang.Object
    Represents an argument with a null value.
    Since:
    1.3.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NullArgument INSTANCE
      The NullArgument instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        public static final NullArgument INSTANCE
        The NullArgument instance.