@Value.Immutable(builder=false,
singleton=true,
intern=true,
prehash=true)
@Gson.TypeAdapters
public interface JdkOptionals
| Modifier and Type | Method and Description |
|---|---|
OptionalDouble |
d1() |
OptionalInt |
i1() |
OptionalLong |
l1() |
Optional<String> |
v2() |
@Value.Parameter OptionalInt i1()
@Value.Parameter OptionalLong l1()
@Value.Parameter OptionalDouble d1()
Copyright © 2022 The Immutables.org authors. All rights reserved.