public class ProjectedTuple extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(Expression expression) |
int |
hashCode() |
static ProjectedTuple |
of(Iterable<Expression> paths,
Iterable<?> values) |
static ProjectedTuple |
ofSingle(Expression path,
Object value) |
List<Expression> |
paths() |
List<?> |
values() |
public Object get(Expression expression)
public List<Expression> paths()
public List<?> values()
public static ProjectedTuple of(Iterable<Expression> paths, Iterable<?> values)
public static ProjectedTuple ofSingle(Expression path, Object value)
public boolean equals(Object o)
public int hashCode()
Copyright © 2020 The Immutables.org authors. All rights reserved.