public class OptionalValue extends Object
| Modifier and Type | Method and Description |
|---|---|
static OptionalValue |
empty() |
Value |
get() |
boolean |
isPresent() |
static OptionalValue |
of(Value value) |
String |
toString() |
static ImmutableList<OptionalValue> |
wrap(ImmutableList<ParseValue> list) |
public static OptionalValue of(Value value)
public static OptionalValue empty()
public static ImmutableList<OptionalValue> wrap(ImmutableList<ParseValue> list)
public boolean isPresent()
public Value get()
Copyright © 2017. All rights reserved.