Interface Parser<T>

Type Parameters:
T - parsed value type
All Known Implementing Classes:
AbstractKVCommand.BytesParser, EncodingParser, EnumNameParser, ObjIdParser, ObjTypeParser, WhateverParser, WordParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Parser<T>
Generic parsing interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(Session session, String text)
    Parse value from the given text.