T1 - the type of value this class returns.public final class LazyValue<T1>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
LazyValue.BuildValueCommand<T2> |
| Constructor and Description |
|---|
LazyValue(LazyValue.BuildValueCommand<T1> command) |
| Modifier and Type | Method and Description |
|---|---|
T1 |
getValue() |
public LazyValue(LazyValue.BuildValueCommand<T1> command)
command - commandpublic T1 getValue()
Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.