Interface CompletableFutureSupplier<T>

Type Parameters:
T -

public interface CompletableFutureSupplier<T>
This is similar to the Java Supplier function type. It has a checked exception on it to allow it to be used in lambda expressions for CompletableFuture helpers. https://github.com/jasongoodwin/better-java-monads
  • Method Summary

    Modifier and Type
    Method
    Description
    get()