Uses of Class
org.immutables.value.processor.encode.ImmutableEncodedElement.TypeParam
-
Packages that use ImmutableEncodedElement.TypeParam Package Description org.immutables.value.processor.encode -
-
Uses of ImmutableEncodedElement.TypeParam in org.immutables.value.processor.encode
Methods in org.immutables.value.processor.encode that return ImmutableEncodedElement.TypeParam Modifier and Type Method Description ImmutableEncodedElement.TypeParamImmutableEncodedElement.TypeParam. withBounds(java.lang.Iterable<? extends Type.Defined> elements)Copy the current immutable object with elements that replace the content ofbounds.ImmutableEncodedElement.TypeParamImmutableEncodedElement.TypeParam. withBounds(Type.Defined... elements)Copy the current immutable object with elements that replace the content ofbounds.ImmutableEncodedElement.TypeParamImmutableEncodedElement.TypeParam. withName(java.lang.String value)Copy the current immutable object by setting a value for thenameattribute.Methods in org.immutables.value.processor.encode with parameters of type ImmutableEncodedElement.TypeParam Modifier and Type Method Description private booleanImmutableEncodedElement.TypeParam. equalTo(int synthetic, ImmutableEncodedElement.TypeParam another)
-