Package org.jivesoftware.smack.util
Interface Consumer<T>
-
public interface Consumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-
public interface Consumer<T>
Modifier and Type | Method | Description |
---|---|---|
void |
accept(T t) |