All Superinterfaces:
Supplier<Void>
Enclosing class:
Value

public static interface Value.None extends Supplier<Void>
Class that represents not-set default values.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Value to use when a null value should be the default.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Void
    get()