public interface Parser<T>
Modifier and Type | Method and Description |
---|---|
default void |
error(Scanner s) |
static <T> T |
must(Parser<T> p,
Scanner s) |
java.util.Optional<T> |
parse(Scanner s) |
java.util.Optional<T> parse(Scanner s) throws java.text.ParseException
java.text.ParseException
static <T> T must(Parser<T> p, Scanner s) throws java.text.ParseException
java.text.ParseException
default void error(Scanner s) throws java.text.ParseException
java.text.ParseException
Copyright © AnyLogic North America, LLC. All Rights Reserved.