public interface IntConsumer extends IntConsumer, Throwables.IntConsumer<RuntimeException>
Modifier and Type | Method and Description |
---|---|
void |
accept(int t) |
default IntConsumer |
andThen(IntConsumer after) |
void accept(int t)
accept
in interface IntConsumer
accept
in interface Throwables.IntConsumer<RuntimeException>
default IntConsumer andThen(IntConsumer after)
andThen
in interface IntConsumer
Copyright © 2020. All rights reserved.