| Package | Description |
|---|---|
| de.flapdoodle.functions | |
| de.flapdoodle.wicket.model | |
| de.flapdoodle.wicket.model.transformation |
| Modifier and Type | Method and Description |
|---|---|
static <R,X,T> Function1<R,T> |
Functions.join(Function1<R,X> outer,
Function1<X,T> inner)
joins two functions with matching types to a new function
converts T to X to R
|
| Modifier and Type | Method and Description |
|---|---|
static <R,X,T> Function1<R,T> |
Functions.join(Function1<R,X> outer,
Function1<X,T> inner)
joins two functions with matching types to a new function
converts T to X to R
|
static <R,X,T> Function1<R,T> |
Functions.join(Function1<R,X> outer,
Function1<X,T> inner)
joins two functions with matching types to a new function
converts T to X to R
|
static <R,T1,T2,X> |
Functions.join(Function2<R,T1,X> outer,
Function1<X,T2> inner)
joins to functions with matching types to a new function
converts T2 to X and T1 to R
|
| Modifier and Type | Method and Description |
|---|---|
static <R,T> Functions.Reference1<R,T> |
Models.apply(Function1<R,T> function)
Creates a model based on a function and a set of models.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<R> org.apache.wicket.model.IModel<R> |
ModelSet.Set1.apply(Function1<R,? super T1> function)
create a model with a transforming function
|
<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
|
| Constructor and Description |
|---|
Functions.LazyReference1(Function1<R,? super Lazy<? extends T>> function) |
Functions.Reference1(Function1<R,T> function) |
Copyright © 2014. All Rights Reserved.