public class ImmutableSetValueTypeInfo<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected ValueTypeInfo<T> |
innerType |
Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
create(ValueCreator<E> creator) |
<E extends Exception> |
visit(com.google.common.collect.ImmutableSet<T> value,
ValueVisitor<E> visitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNotNull
protected final ValueTypeInfo<T> innerType
public <E extends Exception> void visit(com.google.common.collect.ImmutableSet<T> value, ValueVisitor<E> visitor) throws E extends Exception
E extends Exception
public <E extends Exception> com.google.common.collect.ImmutableSet<T> create(ValueCreator<E> creator) throws E extends Exception
E extends Exception