@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCustomParcelable extends CustomParcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCustomParcelable.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CREATORCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
static ImmutableCustomParcelable.Builder |
builder() |
static ImmutableCustomParcelable |
copyOf(CustomParcelable instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
describeContents, writeToParcelpublic int hashCode()
public String toString()
public static ImmutableCustomParcelable copyOf(CustomParcelable instance)
public static ImmutableCustomParcelable.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.