@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableWithMapUnary extends Object implements WithMapUnary
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableWithMapUnary.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompiledAndUsablepublic int a()
public String b()
public com.google.common.collect.ImmutableList<String> l()
public OptionalInt i()
public OptionalDouble d()
public com.google.common.base.Optional<Integer> oi()
public final ImmutableWithMapUnary withA(int value)
public final ImmutableWithMapUnary mapA(UnaryOperator<Integer> operator)
public final ImmutableWithMapUnary withB(String value)
public final ImmutableWithMapUnary mapB(UnaryOperator<String> operator)
public final ImmutableWithMapUnary withO(String value)
public final ImmutableWithMapUnary withO(Optional<String> optional)
public final ImmutableWithMapUnary mapO(UnaryOperator<String> operator)
public final ImmutableWithMapUnary withL(String... elements)
public final ImmutableWithMapUnary withL(Iterable<String> elements)
public final ImmutableWithMapUnary mapL(UnaryOperator<String> operator)
public final ImmutableWithMapUnary withI(int value)
public final ImmutableWithMapUnary withI(OptionalInt optional)
public final ImmutableWithMapUnary mapI(UnaryOperator<Integer> operator)
public final ImmutableWithMapUnary withD(double value)
public final ImmutableWithMapUnary withD(OptionalDouble optional)
public final ImmutableWithMapUnary mapD(UnaryOperator<Double> operator)
public final ImmutableWithMapUnary withOi(int value)
public final ImmutableWithMapUnary withOi(com.google.common.base.Optional<Integer> optional)
public final ImmutableWithMapUnary mapOi(UnaryOperator<Integer> operator)
public int hashCode()
public String toString()
public static ImmutableWithMapUnary copyOf(WithMapUnary instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.