@FunctionalInterface public interface BuilderSupplier<T> extends Supplier<T>
Modifier and Type | Interface and Description |
---|---|
static class |
BuilderSupplier.SimpleBuilderSupplier<T> |
Modifier and Type | Method and Description |
---|---|
static <T> BuilderSupplier<T> |
of(T instance) |
static <T> BuilderSupplier<T> of(T instance)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.