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