PreCommentSupplier

public interface PreCommentSupplier<TR extends Result<? extends Object, ? extends Object, ? extends Object, ? extends Object>>(source)

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

Author

Dustin Glaser

Parameters

<TR>

the type of result

Functions

Link copied to clipboard
public abstract String getPreComment(TR result)
Returns the pre-comment for the given result.