| Constructor and Description |
|---|
ModelSet.Set2(org.apache.wicket.model.IModel<T1> m1,
org.apache.wicket.model.IModel<T2> m2) |
public <T> org.apache.wicket.model.IModel<T> apply(Function2<T,T1,T2> function)
R - result model typeT1 - first model type from setT2 - first model type from setfunction - transforming functionModels.on(IModel,IModel)Copyright © 2012. All Rights Reserved.