parse abstract method

T parse(
  1. String text
)

Parser text to value

Implementation

T parse(String text);