| Class | Description |
|---|---|
| LambdaModel<T,R> |
LoadableDetachableModel that wraps another IModel and applies
a SerializableFunction to the wrapped model to get the value for the
LambdaModel.load() function. |
| SupplierModel<T> |
LoadableDetachableModel that gets its value from a SerializableSupplier. |
Copyright © 2020. All rights reserved.