Class UtilityTraceFunctionOutput


  • public final class UtilityTraceFunctionOutput
    extends java.lang.Object
    A UtilityTraceFunctionOutput is comprised of a UtilityTraceFunction and its corresponding global result.
    Since:
    100.9.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UtilityTraceFunction getFunction()
      Gets the UtilityTraceFunction that was executed by the trace.
      java.lang.Object getResult()
      Gets the global result of this UtilityTraceFunction.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFunction

        public UtilityTraceFunction getFunction()
        Gets the UtilityTraceFunction that was executed by the trace.
        Returns:
        the UtilityTraceFunction that was executed by the trace
        Since:
        100.9.0