V
@NotThreadSafe public class TimedSupplier<V> extends Object implements Supplier<V>, AutoCloseable
Optional.empty()
TimedSupplier(Supplier<V> delegate, Consumer<Optional<Long>> handler)
void
close()
get()
boolean
wasInvoked()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimedSupplier(Supplier<V> delegate, Consumer<Optional<Long>> handler)
public V get()
get
Supplier<V>
public void close()
close
AutoCloseable
public boolean wasInvoked()
Copyright © 2016 Atlassian. All rights reserved.