@NotThreadSafe public static final class ImmutableInheritEnclosing.Impl3.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableInheritEnclosing.Impl3.Builder |
addAllBools(Iterable<Boolean> elements) |
ImmutableInheritEnclosing.Impl3.Builder |
addBools(boolean... elements) |
ImmutableInheritEnclosing.Impl3.Builder |
addBools(boolean element) |
ImmutableInheritEnclosing.Impl3.Builder |
bools(Iterable<Boolean> elements) |
ImmutableInheritEnclosing.Impl3 |
build() |
ImmutableInheritEnclosing.Impl3.Builder |
from(InheritEnclosing.Impl3 instance) |
ImmutableInheritEnclosing.Impl3.Builder |
value(int value) |
public final ImmutableInheritEnclosing.Impl3.Builder from(InheritEnclosing.Impl3 instance)
public final ImmutableInheritEnclosing.Impl3.Builder value(int value)
public final ImmutableInheritEnclosing.Impl3.Builder addBools(boolean element)
public final ImmutableInheritEnclosing.Impl3.Builder addBools(boolean... elements)
public final ImmutableInheritEnclosing.Impl3.Builder bools(Iterable<Boolean> elements)
public final ImmutableInheritEnclosing.Impl3.Builder addAllBools(Iterable<Boolean> elements)
public ImmutableInheritEnclosing.Impl3 build()
Copyright © 2017 The Immutables.org authors. All rights reserved.