Package org.apache.graphar.util
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") booleanhasError()Statusstatus()Tvalue()
-