Standard Delete Option
DeleteOption 的标准选项实现。
Entries
Link copied to clipboard
如果是因为缺失目标而导致的删除失败,不抛出 NoSuchElementException,而是直接忽略。
Link copied to clipboard
忽略由业务引发的 DeleteFailureException 相关异常。
Link copied to clipboard
忽略所有由业务引发的异常。 这不会忽略由于不支持而产生的 UnsupportedOperationException。
Link copied to clipboard
忽略由于不支持而产生的 UnsupportedOperationException 异常。
Types
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.