Interface ParseCallback

All Superinterfaces:
BiFunction<Integer,Point,String>
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 ParseCallback extends BiFunction<Integer,Point,String>
A function that retrieves a chunk of text at a given byte offset and point.