Uses of Package
org.opendaylight.infrautils.utils.function
-
Packages that use org.opendaylight.infrautils.utils.function Package Description org.opendaylight.infrautils.metrics org.opendaylight.infrautils.utils -
Classes in org.opendaylight.infrautils.utils.function used by org.opendaylight.infrautils.metrics Class Description CheckedCallable CheckedRunnable Functional interface similar toRunnable
(but not technically extending Runnable, because it cannot; and doesn't have to) which can throw a generically parameterized type of checked exception. -
Classes in org.opendaylight.infrautils.utils.function used by org.opendaylight.infrautils.utils Class Description CheckedCallable CheckedConsumer Consumer
which can throw a checked exception.CheckedRunnable Functional interface similar toRunnable
(but not technically extending Runnable, because it cannot; and doesn't have to) which can throw a generically parameterized type of checked exception.