Interface ParseFunction<O>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface ParseFunction<O>
Deprecated.
Replaced by Parser as of 2.0.2
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String input)
    Deprecated.
     
  • Method Details

    • parse

      O parse(String input)
      Deprecated.