Interface ValStr.Decoder<T>

Enclosing class:
ValStr<T>

public static interface ValStr.Decoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String string)
     
    default ValStr<T>
     
  • Method Details