| 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) |
public <T> org.apache.wicket.model.IModel<T> apply(Function3<T,T1,T2,T3> function)
R - result model typeT1 - first model type from setT2 - first model type from setfunction - transforming functionModels.on(IModel,IModel,IModel)Copyright © 2012. All Rights Reserved.