Searched defs:SupplierFunction (Results 1 – 4 of 4) sorted by relevance
392 private static class SupplierFunction<F extends @Nullable Object, T extends @Nullable Object> class in Functions397 private SupplierFunction(Supplier<T> supplier) { in SupplierFunction() method in Functions.SupplierFunction
375 private interface SupplierFunction<T extends @Nullable Object> extends Function<Supplier<T>, T> {} interface in Suppliers