Go to the documentation of this file.
19package org.sleuthkit.autopsy.datasourcesummary.uiutils;
21import java.util.function.Function;
48 if (inputResult ==
null) {
static< I, O > DataFetchResult< O > getSubResult(DataFetchResult< I > inputResult, Function< I, O > getSubResult)
static< R > DataFetchResult< R > getErrorResult(Throwable e)
final Throwable exception
ResultType getResultType()
DataFetchResult(ResultType state, R data, Throwable exception)
static< R > DataFetchResult< R > getSuccessResult(R data)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.