Uses of Class
org.springframework.pulsar.support.JavaUtils
Package
Description
Package containing general support components.
-
Uses of JavaUtils in org.springframework.pulsar.support
Modifier and TypeFieldDescriptionstatic final JavaUtils
JavaUtils.INSTANCE
The singleton instance of this utility class.Modifier and TypeMethodDescription<T> JavaUtils
JavaUtils.acceptIfNotNull
(T value, Consumer<T> consumer) InvokeConsumer.accept(Object)
with the value if it is not null.