Class WheelResult<R>

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

    public class WheelResult<R>
    extends java.lang.Object
    Wrapper around the wheel functions return type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Data<R> data  
      private java.lang.String tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      WheelResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Data<R> getData()  
      java.lang.String getTag()  
      • Methods inherited from class java.lang.Object

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

      • tag

        private java.lang.String tag
      • data

        private Data<R> data
    • Constructor Detail

      • WheelResult

        public WheelResult()
    • Method Detail

      • getData

        public Data<R> getData()
      • getTag

        public java.lang.String getTag()