Class WrapperUtil
java.lang.Object
com.atlassian.confluence.impl.adapter.WrapperUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T,S> S applyIfNonNull(T delegate, Function<T, S> wrapper)
-
Method Details
-
applyIfNonNull
-
static <T,
S> S applyIfNonNull(T delegate,
Function<T,S> wrapper)