T
public class FXConsumer<T> extends Object implements Consumer<T>
Consumer
FXConsumer(Consumer<T> consumer)
void
accept(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public FXConsumer(Consumer<T> consumer)
consumer
public void accept(T t)
accept
Consumer<T>
Copyright © 2012–2019 Drombler. All rights reserved.