Interface SixToSevenUtil.Result<T>

Enclosing class:
SixToSevenUtil

public static interface SixToSevenUtil.Result<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    boolean
     
  • Method Details

    • wasSuccessful

      boolean wasSuccessful()
    • getError

      int getError()
    • getResult

      T getResult()