R
public class MonitoringSupplier<R> extends Object implements Supplier<R>
MonitoringSupplier(Supplier<R> nested, AtomicLong calls)
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MonitoringSupplier(Supplier<R> nested, AtomicLong calls)
public R get()
get
Supplier<R>
Copyright © 2017. All rights reserved.