Class Functions.NullProvider

  • All Implemented Interfaces:
    Supplier<java.lang.Object>
    Enclosing class:
    Functions

    static final class Functions.NullProvider
    extends java.lang.Object
    implements Supplier<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      NullProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get()
      Produces a value or throws an exception.
      • Methods inherited from class java.lang.Object

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

      • NullProvider

        NullProvider()
    • Method Detail

      • get

        public java.lang.Object get()
        Description copied from interface: Supplier
        Produces a value or throws an exception.
        Specified by:
        get in interface Supplier<java.lang.Object>
        Returns:
        the value produced