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.
A type representing a function for creating comments for a given result.
-
Method Summary
Modifier and TypeMethodDescriptiongetPreComment(TR result) Returns the pre-comment for the given result.
-
Method Details
-
getPreComment
Returns the pre-comment for the given result.- Parameters:
result- the result- Returns:
- the pre-comment for the given result
-