Class WheelResult<R>

  • Type Parameters:
    R - the return type of the called function

    public class WheelResult<R>
    extends Object
    Wrapper around the wheel functions return type.
    • Constructor Detail

      • WheelResult

        public WheelResult()
    • Method Detail

      • getData

        public Data<R> getData()
      • getTag

        public String getTag()