Package org.springframework.boot.util

Contains miscellaneous utility classes.

See: Description

  • Class Summary 
    Class Description
    LambdaSafe
    Utility 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.
    LambdaSafe.InvocationResult<R>
    The result of a callback which may be a value, null or absent entirely if the callback wasn't suitable.

Package org.springframework.boot.util Description

Contains miscellaneous utility classes.

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.