Interface Supplier<T>

All Superinterfaces:
Serializable

public interface Supplier<T> extends Serializable
Simple supplier pattern, which allows delayed binding to access to runtime elements.
Author:
alexeagle@google.com (Alex Eagle)
  • Method Summary

    Modifier and Type
    Method
    Description