public class BaseFluent<F extends Fluent<F>> extends Object implements Fluent<F>, Visitable<F>
Modifier and Type | Field and Description |
---|---|
VisitableMap |
_visitables |
Constructor and Description |
---|
BaseFluent() |
Modifier and Type | Method and Description |
---|---|
F |
accept(Visitor visitor) |
static <T> ArrayList<T> |
aggregate(List<? extends T>... lists) |
static <T> LinkedHashSet<T> |
aggregate(Set... sets) |
static <T> ArrayList<T> |
build(List<? extends Builder<? extends T>> list) |
static <T> List<T> |
build(Set<? extends Builder<? extends T>> set) |
static <T> VisitableBuilder<T,?> |
builderOf(T item) |
public final VisitableMap _visitables
public static <T> VisitableBuilder<T,?> builderOf(T item)
public static <T> LinkedHashSet<T> aggregate(Set... sets)
Copyright © 2015–2019 Red Hat. All rights reserved.