Interface AttrShape.OnAttrDataCopyFunc

Enclosing class:
AttrShape
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AttrShape.OnAttrDataCopyFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    Type of a function that can duplicate user data for an attribute.
  • Method Details

    • onAttrDataCopyFunc

      Pointer onAttrDataCopyFunc(CallbackHandler __self, @Nullable Pointer user_data)
      Type of a function that can duplicate user data for an attribute.
      Parameters:
      user_data - user data to copy
      Returns:
      new copy of @user_data.