Uses of Interface
org.freedesktop.dbus.utils.IThrowingSupplier
Packages that use IThrowingSupplier
-
Uses of IThrowingSupplier in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports with parameters of type IThrowingSupplierModifier and TypeMethodDescriptionprivate TransportConnectionAbstractTransport.internalConnect(IThrowingSupplier<SocketChannel, IOException> _channelProvider) Method used internally to do the actual connect. -
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.