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 ToString
A functional interface for converting a particle and its data to a string representation. Effectively a custom Debuggable.toString(Event, boolean) method.