A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
S
- ScopeFunctionExtensions - class in icu.windea.breezeframework.core.extension
- select(Iterable,K,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 根据指定的一组键以及键选择器,选择当前集合中的元素,返回选择后的新列表。保持原有顺序,并覆盖先选择的元素。
- setLastUpdatedBy(U) - function in icu.windea.breezeframework.core.model.Auditable
- setLastUpdatedTime(T) - function in icu.windea.breezeframework.core.model.Auditable
- setPrefix(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符序列设置指定的前缀。如果长度不够,则返回自身。
- setPrefix(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符串设置指定的前缀。如果长度不够,则返回自身。
- setStackTrace(Array) - function in kotlin.DelayImplementedError
- setStackTrace(Array) - function in kotlin.ImplementedWithAnIssueError
- setSuffix(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符序列设置指定的后缀。如果长度不够,则返回自身。
- setSuffix(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符串设置指定的后缀。如果长度不够,则返回自身。
- setSurrounding(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符序列设置指定的前后缀。如果长度不够,则返回自身。
- setSurrounding(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符串设置指定的前后缀。如果长度不够,则返回自身。
- setSurrounding(CharSequence,CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符序列设置指定的前缀和后缀。如果长度不够,则返回自身。
- setSurrounding(String,CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 为当前字符串设置指定的前缀和后缀。如果长度不够,则返回自身。
- setUseFallbackStrategy(Boolean) - function in icu.windea.breezeframework.core.component.Converters
- 是否使用回退策略。默认不使用。如果使用回退策略且找不到匹配的转化器,则尝试调用目标类型的无参构造方法生成默认值。
- setUseFallbackStrategy(Boolean) - function in icu.windea.breezeframework.core.component.DefaultGenerators
- 是否使用回退策略。默认不使用。如果使用回退策略且找不到匹配的默认值生成器,则尝试调用目标类型的无参构造方法生成默认值。
- setUseFallbackStrategy(Boolean) - function in icu.windea.breezeframework.core.component.RandomGenerators
- 是否使用回退策略。默认不使用。如果使用回退策略且找不到匹配的随机值生成器,则尝试调用目标类型的无参构造方法生成默认值。
- setValue(V) - function in icu.windea.breezeframework.core.model.collections.MutableMapEntry
- setValue(V) - function in icu.windea.breezeframework.core.model.collections.MutableMapEntry
- shallowClone(T) - function in icu.windea.breezeframework.core.extension.CloneableExtensions
- 克隆一个可克隆对象。自动进行类型转化。应当为可克隆对象提供一个公开的克隆方法的重载。
- smartEquals(Object,Object) - function in icu.windea.breezeframework.core.extension.AnyExtensions
- 智能判断当前对象与另一个对象是否值相等。特殊对待null值和数组类型。
- smartHashcode(Object) - function in icu.windea.breezeframework.core.extension.AnyExtensions
- 智能得到当前对象的哈希码。特殊对待null值和数组类型。
- smartToString(Object) - function in icu.windea.breezeframework.core.extension.AnyExtensions
- 智能将当前对象转化为字符串。特殊对待null值和数组类型。
- sortedByList(List,List,Boolean,Function1) - function in icu.windea.breezeframework.core.extension.UnstableExtensions
- 根据指定的列表以及选择器排序当前列表,未匹配的元素将会排在开始或末尾,默认排在末尾。
- sortedByListDescending(List,List,Boolean,Function1) - function in icu.windea.breezeframework.core.extension.UnstableExtensions
- 根据指定的列表以及选择器倒序排序当前列表,未匹配的元素将会排在开始或末尾,默认排在末尾。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.AbstractCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LowerCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UpperCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.Capitalized
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LowerCaseFormatWords
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UpperCaseFormatWords
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.FirstWordCapitalized
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.CapitalizedWords
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.Words
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.CamelCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.PascalCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.SnakeCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.ScreamingSnakeCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UnderscoreWords
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.KebabCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.KebabUpperCaseFormat
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.HyphenWords
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.ReferencePath
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LinuxPath
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.CaseFormats.WindowsPath
- 基于单词格式,分割字符串。
- split(String) - function in icu.windea.breezeframework.core.component.PathFormat
- 将指定的字符串分隔成元路径列表,并过滤空的元路径。
- split(String) - function in icu.windea.breezeframework.core.component.AbstractPathFormat
- 将指定的字符串分隔成元路径列表,并过滤空的元路径。
- split(String) - function in icu.windea.breezeframework.core.component.PathFormats.StandardPath
- 将指定的字符串分隔成元路径列表,并过滤空的元路径。
- split(String) - function in icu.windea.breezeframework.core.component.PathFormats.JsonPointerPath
- 将指定的字符串分隔成元路径列表,并过滤空的元路径。
- split(String) - function in icu.windea.breezeframework.core.component.PathFormats.AntPath
- 将指定的字符串分隔成元路径列表,并过滤空的元路径。
- split(String) - function in icu.windea.breezeframework.core.component.PathFormats.ReferencePath
- 将指定的字符串分隔成元路径列表,并过滤空的元路径。
- splitBy(String,CaseFormat) - function in icu.windea.breezeframework.core.component.extension.CaseFormatExtensions
- 根据指定的字母格式,分割当前字符串,返回对应的字符串列表。
- splitMatched(String,String,Function2) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据以null划分的从前往后和从后往前的分隔符,匹配并按顺序分割当前字符串。 不包含对应的分隔符时,如果指定了默认值,则加入基于索引和剩余字符串得到的默认值。否则加入空字符串。
- splitMatched(String,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据以null划分的从前往后和从后往前的分隔符,匹配并按顺序分割当前字符串。 不包含对应的分隔符时,如果指定了默认值,则加入基于索引和剩余字符串得到的默认值。否则加入空字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.AbstractCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LowerCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UpperCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.Capitalized
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LowerCaseFormatWords
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UpperCaseFormatWords
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.FirstWordCapitalized
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.CapitalizedWords
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.Words
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.CamelCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.PascalCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.SnakeCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.ScreamingSnakeCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UnderscoreWords
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.KebabCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.KebabUpperCaseFormat
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.HyphenWords
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.ReferencePath
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LinuxPath
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.CaseFormats.WindowsPath
- 基于单词格式,分割字符串。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.PathFormat
- 将指定的字符串分隔成元路径序列,并过滤空的元路径。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.AbstractPathFormat
- 将指定的字符串分隔成元路径序列,并过滤空的元路径。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.PathFormats.StandardPath
- 将指定的字符串分隔成元路径序列,并过滤空的元路径。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.PathFormats.JsonPointerPath
- 将指定的字符串分隔成元路径序列,并过滤空的元路径。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.PathFormats.AntPath
- 将指定的字符串分隔成元路径序列,并过滤空的元路径。
- splitToSequence(String) - function in icu.windea.breezeframework.core.component.PathFormats.ReferencePath
- 将指定的字符串分隔成元路径序列,并过滤空的元路径。
- splitToSequenceBy(String,CaseFormat) - function in icu.windea.breezeframework.core.component.extension.CaseFormatExtensions
- 根据指定的字母格式,分割当前字符串,返回对应的字符串序列。
- splitToStrings(String,CharSequence,CharSequence,CharSequence,Boolean,Integer) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的分隔符、前缀、后缀,分割当前字符串。 可以另外指定是否忽略大小写、限定数量。 取最先的前缀以及最后的后缀。
- splitToStrings(String,CharSequence,CharSequence,CharSequence,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的分隔符、前缀、后缀,分割当前字符串。 可以另外指定是否忽略大小写、限定数量。 取最先的前缀以及最后的后缀。
- splitToStrings(String,CharSequence,CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的分隔符、前缀、后缀,分割当前字符串。 可以另外指定是否忽略大小写、限定数量。 取最先的前缀以及最后的后缀。
- splitToStrings(String,CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的分隔符、前缀、后缀,分割当前字符串。 可以另外指定是否忽略大小写、限定数量。 取最先的前缀以及最后的后缀。
- splitToStrings(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的分隔符、前缀、后缀,分割当前字符串。 可以另外指定是否忽略大小写、限定数量。 取最先的前缀以及最后的后缀。
- splitToStrings(String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的分隔符、前缀、后缀,分割当前字符串。 可以另外指定是否忽略大小写、限定数量。 取最先的前缀以及最后的后缀。
- startsWith(Array,T) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前数组是否以指定元素开始。
- startsWith(Array,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前数组是否以任意指定元素开始。
- startsWith(Iterable,T) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前集合是否以指定元素开始。
- startsWith(Iterable,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前集合是否以任意指定元素开始。
- startsWith(Sequence,T) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前序列是否以指定元素开始。
- startsWith(Sequence,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前序列是否以任意指定元素开始。
- StreamExtensions - class in icu.windea.breezeframework.core.extension
- StringExtensions - class in icu.windea.breezeframework.core.extension
- StringMatcher - class in icu.windea.breezeframework.core.component
- 字符串匹配器。字符串匹配器用于表示字符串是否匹配某种格式。
- StringMatchers - class in icu.windea.breezeframework.core.component
- StringMatchers.AlphaMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.AlphanumericMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.AnyMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.BlankMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.BooleanMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.IntMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.NoneMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.NumberMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.NumericMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- StringMatchers.WildcardBooleanMatcher - class in icu.windea.breezeframework.core.component.StringMatchers
- subSequence(Integer,Integer) - function in icu.windea.breezeframework.core.model.Inlineable
- substringIn(String,Character,Character,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到首个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringIn(String,Character,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到首个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringIn(String,String,Character,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到首个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringIn(String,String,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到首个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInEntire(String,Character,Character,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最大范围的符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInEntire(String,Character,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最大范围的符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInEntire(String,String,Character,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最大范围的符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInEntire(String,String,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最大范围的符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInLast(String,Character,Character,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最后一个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInLast(String,Character,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最后一个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInLast(String,String,Character,String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最后一个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- substringInLast(String,String,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 根据指定的前后缀,得到最后一个符合条件的子字符串,如果找不到前缀或后缀,则返回默认值。 默认值默认为当前字符串自身。
- surroundsWith(CharSequence,Character,Character,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence surrounds with the specified characters. - surroundsWith(CharSequence,Character,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence surrounds with the specified character. - surroundsWith(CharSequence,CharSequence,CharSequence,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence surrounds with the specified prefix and suffix. - surroundsWith(CharSequence,CharSequence,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence surrounds with the specified delimiter. - swap(Array,Integer,Integer) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 交换当前数组中指定的两个索引对应的元素。
- swap(List,Integer,Integer) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 交换当前列表中指定的两个索引对应的元素。
- switchCaseBy(String,CaseFormat,CaseFormat) - function in icu.windea.breezeframework.core.component.extension.CaseFormatExtensions
- 根据指定的字母格式,切换当前字符串的格式。
- switchCaseBy(String,CaseFormat) - function in icu.windea.breezeframework.core.component.extension.CaseFormatExtensions
- 根据指定的字母格式,切换当前字符串的格式。如果不指定字母格式,则尝试推断或者抛出异常。
- SystemExtensions - class in icu.windea.breezeframework.core.extension
- SystemProperties - class in icu.windea.breezeframework.core.core