Interface OneValue<T>

All Known Implementing Classes:
AbstractOneValue, OneProgress, OneReject, OneResult

public interface OneValue<T>
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
  • Method Details

    • getIndex

      int getIndex()
    • getValue

      T getValue()