Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.timeline.utils.CheckedFunction< I, O, X extends Exception > Interface Template Reference

Public Member Functions

apply (I input) throws X
 

Detailed Description

Functinal interface for a function from I to O that throws an Exception.

Parameters
<I>Input type.
<O>Output type.
<X>The type of Exception thrown.

Definition at line 29 of file CheckedFunction.java.

Member Function Documentation

O org.sleuthkit.autopsy.timeline.utils.CheckedFunction< I, O, X extends Exception >.apply ( input) throws X

The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.