public interface IntNConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(int... args) |
default IntNConsumer |
andThen(IntNConsumer after) |
void accept(int... args)
default IntNConsumer andThen(IntNConsumer after)
Copyright © 2020. All rights reserved.