Package org.jetbrains.mps.openapi.util
Interface Consumer<T>
-
public interface Consumer<T>
-
-
Field Summary
Fields Modifier and Type Field Description static ConsumerEMPTY_CONSUMER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(T t)
-