Uses of Interface
org.eclipse.milo.opcua.stack.core.util.Lazy.ThrowingSupplier
Packages that use Lazy.ThrowingSupplier
-
Uses of Lazy.ThrowingSupplier in org.eclipse.milo.opcua.stack.core.util
Methods in org.eclipse.milo.opcua.stack.core.util with parameters of type Lazy.ThrowingSupplierModifier and TypeMethodDescriptionLazy.getOrThrow(Lazy.ThrowingSupplier<E, T> supplier) Get the lazily computed value, computing it if necessary usingsupplier.