@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable public final class ImmutableGetByKey extends Object implements StandardOperations.GetByKey
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGetByKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableGetByKey.Builder |
builder() |
static ImmutableGetByKey |
copyOf(StandardOperations.GetByKey instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Set<?> |
keys() |
static ImmutableGetByKey |
of(Set<?> keys) |
String |
toString() |
ImmutableGetByKey |
withKeys(Set<?> value) |
public Set<?> keys()
public final ImmutableGetByKey withKeys(Set<?> value)
public int hashCode()
public String toString()
public static ImmutableGetByKey of(Set<?> keys)
public static ImmutableGetByKey copyOf(StandardOperations.GetByKey instance)
public static ImmutableGetByKey.Builder builder()
Copyright © 2020 The Immutables.org authors. All rights reserved.