public interface TypeParamDefFluent<A extends TypeParamDefFluent<A>> extends AttributeSupportFluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TypeParamDefFluent.BoundsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToBounds(Collection<ClassRef> items) |
TypeParamDefFluent.BoundsNested<A> |
addNewBound() |
TypeParamDefFluent.BoundsNested<A> |
addNewBoundLike(ClassRef item) |
A |
addToBounds(ClassRef... items) |
A |
addToBounds(int index,
ClassRef item) |
ClassRef |
buildBound(int index) |
List<ClassRef> |
buildBounds() |
ClassRef |
buildFirstBound() |
ClassRef |
buildLastBound() |
ClassRef |
buildMatchingBound(Predicate<Builder<? extends ClassRef>> predicate) |
List<ClassRef> |
getBounds()
Deprecated.
|
String |
getName() |
Boolean |
hasBounds() |
Boolean |
hasName() |
A |
removeAllFromBounds(Collection<ClassRef> items) |
A |
removeFromBounds(ClassRef... items) |
A |
setToBounds(int index,
ClassRef item) |
A |
withBounds(ClassRef... bounds) |
A |
withBounds(List<ClassRef> bounds) |
A |
withName(String name) |
addToAttributes, addToAttributes, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesString getName()
Boolean hasName()
A addAllToBounds(Collection<ClassRef> items)
A removeAllFromBounds(Collection<ClassRef> items)
@Deprecated List<ClassRef> getBounds()
ClassRef buildBound(int index)
ClassRef buildFirstBound()
ClassRef buildLastBound()
Boolean hasBounds()
TypeParamDefFluent.BoundsNested<A> addNewBound()
TypeParamDefFluent.BoundsNested<A> addNewBoundLike(ClassRef item)
Copyright © 2016. All Rights Reserved.