@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSillyTuplie extends SillyTuplie
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyTuplie |
copyOf(SillyTuplie instance) |
boolean |
equals(Object another) |
float |
float1() |
int |
hashCode() |
static ImmutableSillyTuplie |
of(float float1,
com.google.common.base.Optional<Byte> opt2,
Iterable<Boolean> set3) |
static ImmutableSillyTuplie |
of(float float1,
com.google.common.base.Optional<Byte> opt2,
Set<Boolean> set3) |
com.google.common.base.Optional<Byte> |
opt2() |
com.google.common.collect.ImmutableSet<Boolean> |
set3() |
String |
toString() |
ImmutableSillyTuplie |
withFloat1(float value) |
ImmutableSillyTuplie |
withOpt2(byte value) |
ImmutableSillyTuplie |
withOpt2(com.google.common.base.Optional<Byte> optional) |
ImmutableSillyTuplie |
withSet3(boolean... elements) |
ImmutableSillyTuplie |
withSet3(Iterable<Boolean> elements) |
public float float1()
public com.google.common.base.Optional<Byte> opt2()
public com.google.common.collect.ImmutableSet<Boolean> set3()
public final ImmutableSillyTuplie withFloat1(float value)
public final ImmutableSillyTuplie withOpt2(byte value)
public final ImmutableSillyTuplie withOpt2(com.google.common.base.Optional<Byte> optional)
public final ImmutableSillyTuplie withSet3(boolean... elements)
public final ImmutableSillyTuplie withSet3(Iterable<Boolean> elements)
public int hashCode()
public String toString()
public static ImmutableSillyTuplie of(float float1, com.google.common.base.Optional<Byte> opt2, Set<Boolean> set3)
public static ImmutableSillyTuplie of(float float1, com.google.common.base.Optional<Byte> opt2, Iterable<Boolean> set3)
public static ImmutableSillyTuplie copyOf(SillyTuplie instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.