Package io.spring.initializr.generator.spring.util


package io.spring.initializr.generator.spring.util
Miscellaneous utility classes.
  • Classes
    Class
    Description
    Utility that can be used to invoke lambdas in a safe way.
    Represents a single callback that can be invoked in a lambda safe way.
    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.