@FunctionalInterface public interface TIntConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(int value) |
default TIntConsumer |
andThen(TIntConsumer after) |
void accept(int value)
default TIntConsumer andThen(TIntConsumer after)
Copyright © 2019. All rights reserved.