public class Util extends Object
static Supplier<?>
lazy(Supplier<?> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Supplier<?> lazy(Supplier<?> supplier)
import static org.fissore.slf4j.Util.lazy; ... logger.error().log("This is a {}", lazy(() -> "test"));
supplier
Copyright © 2020. All rights reserved.