interface Supplier<T>


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

Summary

Public functions

T!
get()

Public functions

get

fun get(): T!