Class ViewPropertiesOrError<T extends NativeType<T>,​R extends NativeType<R>>


  • class ViewPropertiesOrError<T extends NativeType<T>,​R extends NativeType<R>>
    extends java.lang.Object
    • Method Detail

      • isSupported

        public boolean isSupported()
        Whether PrimitiveBlocks copying from the view is supported, at all, either fully or via the fall-back implementation.
        Returns:
        true, if PrimitiveBlocks copying from the view is supported, at all.
      • isFullySupported

        public boolean isFullySupported()
        Whether optimized PrimitiveBlocks copying from the view is supported.
        Returns:
        true, if optimized PrimitiveBlocks copying from the view is supported.
      • getErrorMessage

        public java.lang.String getErrorMessage()