Class ReturnValue<T>

  • Type Parameters:
    T - return value type

    public final class ReturnValue<T>
    extends MethodOutput
    A (non-empty) output of a method call.
    • Constructor Detail

      • ReturnValue

        public ReturnValue​(T ret)