R - result model typeT1 - first model typeT2 - second model typepublic static final class Functions.LazyReference2<R,T1,T2> extends Object
Models.on(IModel, IModel)| Constructor and Description |
|---|
Functions.LazyReference2(Function2<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function) |
public org.apache.wicket.model.IModel<? extends R> to(org.apache.wicket.model.IModel<? extends T1> first, org.apache.wicket.model.IModel<? extends T2> second)
R - result model typeT1 - first model typeT2 - second model typefirst - first modelsecond - second modelModels.on(IModel)Copyright © 2014. All Rights Reserved.