StandardDeleteOption

Entries

Link copied to clipboard

如果是因为缺失目标而导致的删除失败,不抛出 NoSuchElementException,而是直接忽略。

Link copied to clipboard

忽略由业务引发的 DeleteFailureException 相关异常。

Link copied to clipboard

忽略所有由业务引发的异常。 这不会忽略由于不支持而产生的 UnsupportedOperationException

Link copied to clipboard

忽略由于不支持而产生的 UnsupportedOperationException 异常。

Types

Link copied to clipboard
object Companion
Link copied to clipboard

基于 StandardAnalysis 的分析结果,以非遍历的方式检测存在的 StandardDeleteOption 选项。

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

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.