Package com.flir.thermalsdk.utils


package com.flir.thermalsdk.utils
Package contains useful utilities and custom annotations.
  • Class
    Description
    Annotation used to mark that it is highly recommended to call this function from a background thread in order to keep the UI/main thread non-blocking.
    Represents an operation that accepts a single input argument and returns no result.
    Annotation used to mark that the function/field/class is currently not used, but we want to keep it for reference or future use.
    Helper for handling I/O operations.
    Annotation used to mark that the function/field is used in tests.
    Annotation used to mark that the function/class is used internally (by another module, class), but we don't want to expose it publicly.
    Annotation used to mark that the function/field/class is used only by JNI layer.
    Annotation used to mark that the function/class is not fully implemented.
    Pair<F,S>
    Wrapper for Pair object.