Package | Description |
---|---|
org.springframework.data.util |
Core utility APIs such as a type information framework to resolve generic types.
|
Modifier and Type | Method and Description |
---|---|
<S> Lazy<S> |
Lazy.flatMap(Function<T,Lazy<S>> function)
|
<S> Lazy<S> |
Lazy.map(Function<T,S> function)
|
static <T> Lazy<T> |
Lazy.of(Supplier<T> supplier)
Creates a new
Lazy to produce an object lazily. |
Modifier and Type | Method and Description |
---|---|
<S> Lazy<S> |
Lazy.flatMap(Function<T,Lazy<S>> function)
|
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.