IntConsumer
, Serializable
CheckedIntProcedure
, IntCaseProcedure
@FunctionalInterface public interface IntProcedure extends IntConsumer, Serializable
Modifier and Type | Method | 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–2019. All rights reserved.