@Value.Immutable public abstract class GuavaAttributeBuilderParent extends Object implements AttributeBuilderValueI
| Modifier and Type | Class and Description |
|---|---|
static class |
GuavaAttributeBuilderParent.Builder |
| Constructor and Description |
|---|
GuavaAttributeBuilderParent() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<FirstPartyImmutable> |
firstPartyImmutableList() |
abstract com.google.common.collect.ImmutableList<ThirdPartyImmutable> |
thirdPartyImmutableList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstPartyImmutable, firstPartyImmutableWithDifferentStyle, nullableFirstPartyImmutable, optionalFirstPartyImmutable, thirdPartyImmutable, thirdPartyImmutableWithPrimitivepublic abstract com.google.common.collect.ImmutableList<FirstPartyImmutable> firstPartyImmutableList()
public abstract com.google.common.collect.ImmutableList<ThirdPartyImmutable> thirdPartyImmutableList()
Copyright © 2022 The Immutables.org authors. All rights reserved.