package im.actor.runtime.function; public interface Supplier<T> { T get(); }