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