T
public class CapturingConsumer<T> extends Object implements Consumer<T>
CapturingConsumer(Consumer<T> nested, Box<T> param)
void
accept(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public CapturingConsumer(Consumer<T> nested, Box<T> param)
public void accept(T value)
accept
Consumer<T>
Copyright © 2017. All rights reserved.