Interface IPublisherBuilder<P extends IProgressPublisher>

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 IPublisherBuilder<P extends IProgressPublisher>
  • Method Summary

    Modifier and Type Method Description
    P apply​(java.util.function.Consumer<java.lang.String> consumer, long total)  
  • Method Details

    • apply

      P apply​(java.util.function.Consumer<java.lang.String> consumer, long total)