public abstract class Pass<T> extends java.lang.Object implements java.util.function.Consumer<T>
Consumer
Pass()
void
accept(T t)
abstract void
pass(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public Pass()
public abstract void pass(T t)
public void accept(T t)
accept
java.util.function.Consumer<T>
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.