Class ResultsVectorWithThumbnail
Object
ResultsVectorWithThumbnail
A results-vector with an optional thumbnail associated with it.
- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with a results vector and no thumbnail.ResultsVectorWithThumbnail(CheckedSupplier<ResultsVector, OperationFailedException> resultsVector, CheckedSupplier<Optional<DisplayStack>, OperationFailedException> thumbnail) Creates a newResultsVectorWithThumbnailinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanSupplier for theResultsVector.Supplier for the optional thumbnailDisplayStack.inthashCode()toString()
-
Constructor Details
-
ResultsVectorWithThumbnail
public ResultsVectorWithThumbnail(CheckedSupplier<ResultsVector, OperationFailedException> resultsVector) Creates a new instance with a results vector and no thumbnail.- Parameters:
resultsVector- supplier for theResultsVector.
-
ResultsVectorWithThumbnail
public ResultsVectorWithThumbnail(CheckedSupplier<ResultsVector, OperationFailedException> resultsVector, CheckedSupplier<Optional<DisplayStack>, OperationFailedException> thumbnail) Creates a newResultsVectorWithThumbnailinstance.- Parameters:
resultsVector- Supplier for theResultsVector.thumbnail- Supplier for the optional thumbnailDisplayStack.
-
-
Method Details
-
getResultsVector
Supplier for theResultsVector. -
getThumbnail
Supplier for the optional thumbnailDisplayStack. -
equals
-
hashCode
public int hashCode() -
toString
-