Uses of Interface
org.freedesktop.dbus.utils.IThrowingConsumer
Packages that use IThrowingConsumer
-
Uses of IThrowingConsumer in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base with parameters of type IThrowingConsumerModifier and TypeMethodDescriptionprotected <X extends Throwable>
voidAbstractConnectionBase.doWithExportedObjects(Class<X> _exClz, IThrowingConsumer<Map<String, ExportedObject>, X> _action) Do some action with the currently exported objects in a synchronized manor.