Interface LazyValue.BuildValueCommand<T2>

  • Type Parameters:
    T2 - the type of value to build.
    Enclosing class:
    LazyValue<T1>

    public static interface LazyValue.BuildValueCommand<T2>
    Since:
    pcap4j 0.9.6
    Author:
    Kaito Yamada
    • Method Summary

      Modifier and Type Method Description
      T2 buildValue()  
    • Method Detail

      • buildValue

        T2 buildValue()
        Returns:
        value