Searched defs:withBounds (Results 1 – 3 of 3) sorted by relevance
60 public TypeVariableName withBounds(Type... bounds) { in withBounds() method in TypeVariableName64 public TypeVariableName withBounds(TypeName... bounds) { in withBounds() method in TypeVariableName68 public TypeVariableName withBounds(List<? extends TypeName> bounds) { in withBounds() method in TypeVariableName
319 private static <D extends GenericDeclaration> TypeVariable<D> withBounds( in withBounds() method in TypesTest