Class FastDateTimeParser

java.lang.Object
com.logviewer.formats.utils.FastDateTimeParser
All Implemented Interfaces:
BiFunction<String,ParsePosition,Supplier<Instant>>

public class FastDateTimeParser extends Object implements BiFunction<String,ParsePosition,Supplier<Instant>>