Interface PrintStreamCallback

All Superinterfaces:
IOCallback<PrintStream>
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 PrintStreamCallback extends IOCallback<PrintStream>
Callback function accepting a PrintStream.
  • Method Summary

    Methods inherited from interface org.moeaframework.util.io.IOCallback

    accept