All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <BeanType extends Roue> void |
copyRoue(BeanType source,
BeanType target) |
static <BeanType extends Roue> void |
copyRoue(BeanType source,
BeanType target,
org.nuiton.util.beans.Binder<BeanType,BeanType> binder) |
static <BeanType extends Roue> List<BeanType> |
filterByVoiture(Collection<BeanType> $source,
Voiture voiture) |
static <BeanType extends Roue> com.google.common.base.Function<BeanType,Voiture> |
getVoitureFunction() |
static Roue |
newRoue() |
static <BeanType extends Roue> BeanType |
newRoue(BeanType source) |
static <BeanType extends Roue> BeanType |
newRoue(BeanType source,
org.nuiton.util.beans.Binder<BeanType,BeanType> binder) |
static <BeanType extends Roue> com.google.common.base.Function<BeanType,Voiture> |
newVoitureFunction() |
static <BeanType extends Roue> com.google.common.base.Predicate<BeanType> |
newVoiturePredicate(Voiture voiture) |
static <BeanType extends Roue> Class<BeanType> |
typeOfRoue() |
static <BeanType extends Roue> com.google.common.collect.ImmutableMap<Voiture,BeanType> |
uniqueIndexByVoiture(Iterable<BeanType> $source) |