Uses of Interface
org.freedesktop.dbus.utils.IThrowingSupplier
Packages that use IThrowingSupplier
-
Uses of IThrowingSupplier in org.freedesktop.dbus.utils
Methods in org.freedesktop.dbus.utils with parameters of type IThrowingSupplierModifier and TypeMethodDescriptionstatic <T extends Throwable>
voidUtil.waitFor(String _lockName, IThrowingSupplier<Boolean, T> _wait, long _timeoutMs, long _sleepTime) Waits for the provided supplier to return true or throws an exception.