Interface LazyValue.BuildValueCommand<T2>
- Type Parameters:
T2- the type of value to build.
public static interface LazyValue.BuildValueCommand<T2>
- Since:
- pcap4j 0.9.6
-
Method Summary
-
Method Details
-
buildValue
T2 buildValue()- Returns:
- value
-
T2 - the type of value to build.