public interface Supplier<T>


Redefinition of Guava's Supplier, created to avoid compatibility breakages for users of EspressoOptional.

Summary

Public methods

abstract T
get()

Public methods

get

abstract T get()