MostThings<T> |
MostThings.TypeParameter.asMostThings() |
<T> MostThings<T> |
MostThings.SimpleTypes.asMostThings() |
<T> MostThings<T> |
MostThings.Collections.asMostThings() |
<T> MostThings<T> |
MostThings.ReferencesOther.asMostThings() |
<T> MostThings<T> |
MostThings.NullableParameter.asMostThings() |
static <T> MostThings<T> |
MostThings.collections(Set<String> set,
List<Boolean> list) |
static <T> MostThings<T> |
MostThings.nullableParameter(String maybeNull) |
static <T> MostThings<T> |
MostThings.referencesOther(Other other) |
static <T> MostThings<T> |
MostThings.simpleTypes(String s,
Integer i,
int unboxed) |
static <T> MostThings<T> |
MostThings.typeParameter(T thing) |