@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFromManyTypes extends FromTypesModifiables.FromManyTypes
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFromManyTypes.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
a() |
int |
b() |
static ImmutableFromManyTypes.Builder |
builder() |
static ImmutableFromManyTypes |
copyOf(FromTypesModifiables.FromManyTypes instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableFromManyTypes |
withA(boolean value) |
ImmutableFromManyTypes |
withB(int value) |
public boolean a()
public int b()
public final ImmutableFromManyTypes withA(boolean value)
public final ImmutableFromManyTypes withB(int value)
public int hashCode()
public String toString()
public static ImmutableFromManyTypes copyOf(FromTypesModifiables.FromManyTypes instance)
public static ImmutableFromManyTypes.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.