Interface ReadySupplier<T>

All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
PromiseReadySupplier, ReadySupplier_1

public interface ReadySupplier<T> extends Supplier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    boolean
     
  • Method Details

    • get

      T get()
      Specified by:
      get in interface Supplier<T>
    • ready

      boolean ready()