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
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface 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 voidaccept(T object)Accept an object
-