Package io.pebbletemplates.pebble.utils
Interface Callbacks.PebbleConsumer<T>
-
- Enclosing class:
- Callbacks
public static interface Callbacks.PebbleConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t)
-
-
-
Method Detail
-
accept
void accept(T t) throws java.io.IOException
- Throws:
java.io.IOException
-
-