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