Package org.jetbrains.mps.openapi.util
Interface Consumer<T>
-
- All Superinterfaces:
Consumer<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Consumer<T> extends Consumer<T>
-
-
Field Summary
Fields Modifier and Type Field Description static Consumer
EMPTY_CONSUMER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
accept(T t)
void
consume(T t)
-
-
-
Field Detail
-
EMPTY_CONSUMER
static final Consumer EMPTY_CONSUMER
-
-