public interface Return<R> extends Supplier<R>, Aliasable<Return<R>>
R
get()
as, getAlias
@CheckReturnValue R get()
get
Supplier<R>