Package | Description |
---|---|
io.neba.api.resourcemodels |
This package contains additional infrastructure for use by classes annotated with
ResourceModel . |
Modifier and Type | Method and Description |
---|---|
default Lazy<T> |
Lazy.filter(Predicate<? super T> predicate) |
default <U> Lazy<U> |
Lazy.flatMap(Function<? super T,Lazy<U>> f) |
default <U> Lazy<U> |
Lazy.map(Function<? super T,? extends U> f) |
Modifier and Type | Method and Description |
---|---|
default <U> Lazy<U> |
Lazy.flatMap(Function<? super T,Lazy<U>> f) |
Copyright © 2024. All rights reserved.