Class Functions.NullProvider

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.NullProvider
All Implemented Interfaces:
Supplier<Object>
Enclosing class:
Functions

static final class Functions.NullProvider extends Object implements Supplier<Object>
  • Constructor Details

    • NullProvider

      NullProvider()
  • Method Details

    • get

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