@FunctionalInterface public interface IntProcedure extends IntConsumer, Serializable
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(int each) |
void |
value(int each) |
andThenvoid value(int each)
default void accept(int each)
accept in interface IntConsumerCopyright © 2004–2017. All rights reserved.