| Constructor and Description |
|---|
ModelSet.Set1(org.apache.wicket.model.IModel<T1> m1) |
| Modifier and Type | Method and Description |
|---|---|
<R> org.apache.wicket.model.IModel<R> |
apply(Function1<R,? super T1> function)
create a model with a transforming function
|
<R> org.apache.wicket.model.IModel<R> |
applyLazy(Function1<R,? super Lazy<? extends T1>> function)
create a model with a transforming function with model value access indirection
|
public ModelSet.Set1(org.apache.wicket.model.IModel<T1> m1)
public <R> org.apache.wicket.model.IModel<R> apply(Function1<R,? super T1> function)
R - result model typeT1 - first model type from setfunction - transforming functionModels.on(IModel)public <R> org.apache.wicket.model.IModel<R> applyLazy(Function1<R,? super Lazy<? extends T1>> function)
R - result model typeT1 - first model type from setfunction - transforming functionModels.on(IModel),
LazyCopyright © 2014. All Rights Reserved.