@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableGuavaAttributeBuilderParent extends GuavaAttributeBuilderParent
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGuavaAttributeBuilderParent.Builder |
public ImmutableFirstPartyImmutable firstPartyImmutable()
public ImmutableFirstPartyImmutableWithDifferentStyle firstPartyImmutableWithDifferentStyle()
public ThirdPartyImmutable thirdPartyImmutable()
public ThirdPartyImmutableWithPrimitive thirdPartyImmutableWithPrimitive()
public Optional<FirstPartyImmutable> optionalFirstPartyImmutable()
@Nullable public ImmutableFirstPartyImmutable nullableFirstPartyImmutable()
public com.google.common.collect.ImmutableList<FirstPartyImmutable> firstPartyImmutableList()
public com.google.common.collect.ImmutableList<ThirdPartyImmutable> thirdPartyImmutableList()
public final ImmutableGuavaAttributeBuilderParent withFirstPartyImmutable(FirstPartyImmutable value)
public final ImmutableGuavaAttributeBuilderParent withFirstPartyImmutableWithDifferentStyle(FirstPartyImmutableWithDifferentStyle value)
public final ImmutableGuavaAttributeBuilderParent withThirdPartyImmutable(ThirdPartyImmutable value)
public final ImmutableGuavaAttributeBuilderParent withThirdPartyImmutableWithPrimitive(ThirdPartyImmutableWithPrimitive value)
public final ImmutableGuavaAttributeBuilderParent withOptionalFirstPartyImmutable(FirstPartyImmutable value)
public final ImmutableGuavaAttributeBuilderParent withOptionalFirstPartyImmutable(Optional<? extends FirstPartyImmutable> optional)
public final ImmutableGuavaAttributeBuilderParent withNullableFirstPartyImmutable(@Nullable FirstPartyImmutable value)
public final ImmutableGuavaAttributeBuilderParent withFirstPartyImmutableList(FirstPartyImmutable... elements)
public final ImmutableGuavaAttributeBuilderParent withFirstPartyImmutableList(Iterable<? extends FirstPartyImmutable> elements)
public final ImmutableGuavaAttributeBuilderParent withThirdPartyImmutableList(ThirdPartyImmutable... elements)
public final ImmutableGuavaAttributeBuilderParent withThirdPartyImmutableList(Iterable<? extends ThirdPartyImmutable> elements)
public int hashCode()
public String toString()
public static ImmutableGuavaAttributeBuilderParent copyOf(GuavaAttributeBuilderParent instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.