Uses of Interface
org.opendaylight.infrautils.utils.function.CheckedConsumer
-
Packages that use CheckedConsumer Package Description org.opendaylight.infrautils.utils -
-
Uses of CheckedConsumer in org.opendaylight.infrautils.utils
Methods in org.opendaylight.infrautils.utils with parameters of type CheckedConsumer Modifier and Type Method Description static <T,E extends Exception>
voidOptionals. ifPresent(Optional<T> optional, CheckedConsumer<? super T,E> consumer)
LikeOptional.ifPresent(java.util.function.Consumer)
but allows checked exceptions to be thrown.
-