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 newResultsVectorWithThumbnail
instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Supplier for theResultsVector
.Supplier for the optional thumbnailDisplayStack
.int
hashCode()
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 newResultsVectorWithThumbnail
instance.- 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
-