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