public interface IntConsumer
Consumer is expected
to operate via side-effects.
This is a functional interface
whose functional method is accept(int).
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int t)
Performs this operation on the given argument.
|
Copyright © 2019. All rights reserved.