Package org.openstreetmap.josm.data
Interface Preferences.ThrowingConsumer<T,E extends java.lang.Throwable>
-
- Type Parameters:
T
- The object type to acceptE
- The throwable type
- Enclosing class:
- Preferences
private static interface Preferences.ThrowingConsumer<T,E extends java.lang.Throwable>
A consumer that can throw an exception
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T object)
Accept an object
-