public class LazilyInstantiate<T> extends Object implements Supplier<T>
T
get()
static <T> LazilyInstantiate<T>
using(Supplier<T> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> LazilyInstantiate<T> using(Supplier<T> supplier)
public T get()
get
Supplier<T>
Copyright © 2016–2017 Red Hat. All rights reserved.