@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFirstie<T,V extends Runnable & Serializable> extends Object implements Firstie<T,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFirstie.Builder<T,V extends Runnable & Serializable> |
| Modifier and Type | Method and Description |
|---|---|
static <T,V extends Runnable & Serializable> |
builder() |
com.google.common.collect.ImmutableList<V> |
commands() |
static <T,V extends Runnable & Serializable> |
copyOf(Firstie<T,V> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
T |
ref() |
String |
toString() |
ImmutableFirstie<T,V> |
withCommands(Iterable<? extends V> elements) |
ImmutableFirstie<T,V> |
withCommands(V... elements) |
ImmutableFirstie<T,V> |
withRef(T value) |
public T ref()
public com.google.common.collect.ImmutableList<V> commands()
public final ImmutableFirstie<T,V> withRef(T value)
@SafeVarargs public final ImmutableFirstie<T,V> withCommands(V... elements)
public final ImmutableFirstie<T,V> withCommands(Iterable<? extends V> elements)
public int hashCode()
public String toString()
public static <T,V extends Runnable & Serializable> ImmutableFirstie<T,V> copyOf(Firstie<T,V> instance)
public static <T,V extends Runnable & Serializable> ImmutableFirstie.Builder<T,V> builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.