| Package | Description |
|---|---|
| de.flapdoodle.wicket.model | |
| de.flapdoodle.wicket.model.transformation |
| Modifier and Type | Method and Description |
|---|---|
static <R,T> Functions.LazyReference1<R,T> |
Models.applyLazy(Function1<R,? super Lazy<? extends T>> function)
Creates a model based on a function and a set of models.
|
static <R,T1,T2> Functions.LazyReference2<R,T1,T2> |
Models.applyLazy(Function2<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function)
Creates a model based on a function and a set of models.
|
static <R,T1,T2> Functions.LazyReference2<R,T1,T2> |
Models.applyLazy(Function2<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function)
Creates a model based on a function and a set of models.
|
static <R,T1,T2,T3> |
Models.applyLazy(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function)
Creates a model based on a function and a set of models.
|
static <R,T1,T2,T3> |
Models.applyLazy(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function)
Creates a model based on a function and a set of models.
|
static <R,T1,T2,T3> |
Models.applyLazy(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function)
Creates a model based on a function and a set of models.
|
| Modifier and Type | Method and Description |
|---|---|
<R> org.apache.wicket.model.IModel<R> |
ModelSet.Set1.applyLazy(Function1<R,? super Lazy<? extends T1>> function)
create a model with a transforming function with model value access indirection
|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set2.applyLazy(Function2<T,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function)
create a model with a transforming function with model value access indirection
|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set2.applyLazy(Function2<T,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function)
create a model with a transforming function with model value access indirection
|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set3.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
|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set3.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
|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set3.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
|
| Constructor and Description |
|---|
Functions.LazyReference1(Function1<R,? super Lazy<? extends T>> function) |
Functions.LazyReference2(Function2<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function) |
Functions.LazyReference2(Function2<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>> function) |
Functions.LazyReference3(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function) |
Functions.LazyReference3(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function) |
Functions.LazyReference3(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function) |
Copyright © 2014. All Rights Reserved.