Searched defs:ImmutableSupplier (Results 1 – 2 of 2) sorted by relevance
27 interface ImmutableSupplier<T> extends Supplier<T> {} interface