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