Interface StringParser<T>

All Superinterfaces:
Function<String,T>
All Known Implementing Classes:
StringParser.EnumStringParser
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 StringParser<T> extends Function<String,T>
Parses strings and returns any kind of objects.
Since:
3.23
Author:
Eike Stepper