Interface OutputStreamCallback

All Superinterfaces:
IOCallback<OutputStream>
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 OutputStreamCallback extends IOCallback<OutputStream>
Callback function accepting an OutputStream.
  • Method Summary

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

    accept