Interface PreCommentSupplier<TR extends Result<?,?,?,?>>

Type Parameters:
TR - the type of result
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 PreCommentSupplier<TR extends Result<?,?,?,?>>

A type representing a function for creating comments for a given result.

  • Method Summary

    Modifier and Type
    Method
    Description
    getPreComment(TR result)
    Returns the pre-comment for the given result.
  • Method Details

    • getPreComment

      String getPreComment(TR result)
      Returns the pre-comment for the given result.
      Parameters:
      result - the result
      Returns:
      the pre-comment for the given result