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