public static final class MostThings.TypeParameter<T> extends MostThings<T>
MostThings.Collections, MostThings.NullableParameter, MostThings.ReferencesOther, MostThings.SimpleTypes, MostThings.TypeParameter<T>| Modifier and Type | Method and Description |
|---|---|
MostThings<T> |
asMostThings() |
boolean |
equals(Object other) |
int |
hashCode() |
<R_> R_ |
map(Function<MostThings.SimpleTypes,R_> simpleTypes,
Function<MostThings.Collections,R_> collections,
Function<MostThings.TypeParameter<T>,R_> typeParameter,
Function<MostThings.ReferencesOther,R_> referencesOther,
Function<MostThings.NullableParameter,R_> nullableParameter) |
void |
match(Consumer<MostThings.SimpleTypes> simpleTypes,
Consumer<MostThings.Collections> collections,
Consumer<MostThings.TypeParameter<T>> typeParameter,
Consumer<MostThings.ReferencesOther> referencesOther,
Consumer<MostThings.NullableParameter> nullableParameter) |
T |
thing() |
String |
toString() |
asCollections, asNullableParameter, asReferencesOther, asSimpleTypes, asTypeParameter, collections, isCollections, isNullableParameter, isReferencesOther, isSimpleTypes, isTypeParameter, nullableParameter, referencesOther, simpleTypes, typeParameterpublic final void match(@Nonnull Consumer<MostThings.SimpleTypes> simpleTypes, @Nonnull Consumer<MostThings.Collections> collections, @Nonnull Consumer<MostThings.TypeParameter<T>> typeParameter, @Nonnull Consumer<MostThings.ReferencesOther> referencesOther, @Nonnull Consumer<MostThings.NullableParameter> nullableParameter)
match in class MostThings<T>public final <R_> R_ map(@Nonnull Function<MostThings.SimpleTypes,R_> simpleTypes, @Nonnull Function<MostThings.Collections,R_> collections, @Nonnull Function<MostThings.TypeParameter<T>,R_> typeParameter, @Nonnull Function<MostThings.ReferencesOther,R_> referencesOther, @Nonnull Function<MostThings.NullableParameter,R_> nullableParameter)
map in class MostThings<T>public final MostThings<T> asMostThings()
Copyright © 2023. All rights reserved.