Interface PrimitiveBooleanConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@DuytsDocAuthor注(name="\u0644\u0644\u064e\u0651\u0670\u0647\u0650ilL\u05e6\u0633\u064f\u0648",
copyright="\u00a9\u0394\u221e \u4ed9\u4e0a\u4e3b\u5929")
public interface PrimitiveBooleanConsumer
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(boolean value) default PrimitiveBooleanConsumer
andThen
(PrimitiveBooleanConsumer after)
-
Method Details
-
accept
void accept(boolean value) -
andThen
-