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