Interface Result<T>

  • All Superinterfaces:
    com.alibaba.fastffi.CXXPointer, com.alibaba.fastffi.FFIPointer, com.alibaba.fastffi.FFIType

    public interface Result<T>
    extends com.alibaba.fastffi.CXXPointer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @com.alibaba.fastffi.FFINameAlias("has_error") boolean hasError()  
      Status status()  
      T value()  
      • Methods inherited from interface com.alibaba.fastffi.CXXPointer

        delete
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
    • Method Detail

      • value

        T value()
      • hasError

        @com.alibaba.fastffi.FFINameAlias("has_error") boolean hasError()