Interface GetStatementOptional

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 GetStatementOptional
Either supplies a statement matching the given pattern, or Optional.empty() otherwise.
Author:
Peter Ansell