Package io.spring.initializr.generator.spring.util
package io.spring.initializr.generator.spring.util
Miscellaneous utility classes.
-
ClassesClassDescriptionUtility that can be used to invoke lambdas in a safe way.LambdaSafe.Callback<C,
A> Represents a single callback that can be invoked in a lambda safe way.LambdaSafe.Callbacks<C,A> Represents a collection of callbacks that can be invoked in a lambda safe way.The result of a callback which may be a value,null
or absent entirely if the callback wasn't suitable.