@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable public final class ImmutableInsert extends Object implements StandardOperations.Insert
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInsert.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInsert.Builder |
builder() |
static ImmutableInsert |
copyOf(StandardOperations.Insert instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableInsert |
of(Iterable<? extends Object> values) |
static ImmutableInsert |
of(List<Object> values) |
String |
toString() |
com.google.common.collect.ImmutableList<Object> |
values() |
ImmutableInsert |
withValues(Iterable<? extends Object> elements) |
ImmutableInsert |
withValues(Object... elements) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitofValuespublic com.google.common.collect.ImmutableList<Object> values()
public final ImmutableInsert withValues(Object... elements)
public final ImmutableInsert withValues(Iterable<? extends Object> elements)
public int hashCode()
public String toString()
public static ImmutableInsert of(List<Object> values)
public static ImmutableInsert of(Iterable<? extends Object> values)
public static ImmutableInsert copyOf(StandardOperations.Insert instance)
public static ImmutableInsert.Builder builder()
Copyright © 2020 The Immutables.org authors. All rights reserved.