| Package | Description |
|---|---|
| de.flapdoodle.functions | |
| de.flapdoodle.wicket.model | |
| de.flapdoodle.wicket.model.transformation |
| Modifier and Type | Method and Description |
|---|---|
static <R,T1,T2,T3,A,B> |
Functions.join(Function2<R,A,B> outer,
Function2<A,T1,T2> left,
Function2<B,T2,T3> right)
joins to functions with matching types to a new function
converts T2 and T3 to X and T1 to R
|
static <R,T1,T2,T3,X> |
Functions.join(Function2<R,T1,X> outer,
Function2<X,T2,T3> inner)
joins to functions with matching types to a new function
converts T2 and T3 to X and T1 to R
|
| Modifier and Type | Method and Description |
|---|---|
static <R,T1,T2,T3> |
Models.apply(Function3<R,T1,T2,T3> function)
Creates a model based on a function and a set of models.
|
static <R,T1,T2,T3> |
Models.applyLazy(Function3<R,Lazy<T1>,Lazy<T2>,Lazy<T3>> function)
Creates a model based on a function and a set of models.
|
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set3.apply(Function3<T,T1,T2,T3> function)
create a model with a transforming function
|
<T> org.apache.wicket.model.IModel<T> |
ModelSet.Set3.applyLazy(Function3<T,Lazy<T1>,Lazy<T2>,Lazy<T3>> function)
create a model with a transforming function with model value access indirection
|
| Constructor and Description |
|---|
Functions.LazyReference3(Function3<R,Lazy<T1>,Lazy<T2>,Lazy<T3>> function) |
Functions.Reference3(Function3<R,T1,T2,T3> function) |
Copyright © 2013. All Rights Reserved.