java.io.Serializable
, java.util.function.BiConsumer<T,P>
, Procedure2<T,P>
public final class IfProcedureWith<T,P> extends java.lang.Object implements Procedure2<T,P>
Constructor | Description |
---|---|
IfProcedureWith(Predicate<? super T> newPredicate,
Procedure2<? super T,? super P> procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
value(T each,
P parm) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
Copyright © 2004–2020. All rights reserved.