public interface SourceFluent<A extends SourceFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SourceFluent.TypesNested<N> |
A addAllToTypes(Collection<TypeDef> items)
A removeAllFromTypes(Collection<TypeDef> items)
A removeMatchingFromTypes(Predicate<TypeDefBuilder> predicate)
@Deprecated List<TypeDef> getTypes()
TypeDef buildFirstType()
TypeDef buildLastType()
TypeDef buildMatchingType(Predicate<TypeDefBuilder> predicate)
Boolean hasMatchingType(Predicate<TypeDefBuilder> predicate)
Boolean hasTypes()
SourceFluent.TypesNested<A> addNewType()
SourceFluent.TypesNested<A> addNewTypeLike(TypeDef item)
SourceFluent.TypesNested<A> setNewTypeLike(Integer index, TypeDef item)
SourceFluent.TypesNested<A> editType(Integer index)
SourceFluent.TypesNested<A> editFirstType()
SourceFluent.TypesNested<A> editLastType()
SourceFluent.TypesNested<A> editMatchingType(Predicate<TypeDefBuilder> predicate)
Copyright © 2023. All rights reserved.