@FunctionalInterface
public interface ShortConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(short t) |
default ShortConsumer |
andThen(ShortConsumer after) |
void accept(short t)
default ShortConsumer andThen(ShortConsumer after)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.