A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
A
- AbstractCaseFormat - class in icu.windea.breezeframework.core.component
- AbstractCharMatcher - class in icu.windea.breezeframework.core.component
- AbstractConverter - class in icu.windea.breezeframework.core.component
- AbstractDefaultGenerator - class in icu.windea.breezeframework.core.component
- AbstractEncoder - class in icu.windea.breezeframework.core.component
- AbstractEncrypter - class in icu.windea.breezeframework.core.component
- AbstractEscaper - class in icu.windea.breezeframework.core.component
- AbstractPathFormat - class in icu.windea.breezeframework.core.component
- AbstractQuerier - class in icu.windea.breezeframework.core.component
- AbstractRandomGenerator - class in icu.windea.breezeframework.core.component
- AbstractStringMatcher - class in icu.windea.breezeframework.core.component
- addPrefix(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't starts with the given prefix, returns a new char sequence with the prefix added.
- addPrefix(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't starts with the given prefix, returns a new char sequence with the prefix added.
- addSuffix(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't ends with the given suffix, returns a new char sequence with the suffix added.
- addSuffix(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't ends with the given suffix, returns a new char sequence with the suffix added.
- addSuppressed(Throwable) - function in kotlin.DelayImplementedError
- addSuppressed(Throwable) - function in kotlin.ImplementedWithAnIssueError
- addSurrounding(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't surrounds with the given delimiter, returns a new char sequence with the delimiter added.
- addSurrounding(String,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't surrounds with the given delimiter, returns a new char sequence with the delimiter added.
- addSurrounding(CharSequence,CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't surrounds with the given prefix and suffix, returns a new char sequence with the prefix and suffix added.
- addSurrounding(String,CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- If this char sequence don't surrounds with the given prefix and suffix, returns a new char sequence with the prefix and suffix added.
- Alias - class in icu.windea.breezeframework.core.annotation
- 为被注解的声明提供一组别名。Annotation that provide a list of aliases the to annotated declaration.
- alignCenter(CharSequence,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 逐行中心对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
- alignCenter(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 逐行中心对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
- alignEnd(CharSequence,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 逐行向右对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
- alignEnd(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 逐行向右对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
- alignStart(CharSequence,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 逐行向左对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
- alignStart(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 逐行向左对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
- allIn(Array,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前数组中的所有元素是否被另一数组包含。
- allIn(Array,Iterable) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前数组中的所有元素是否被另一集合包含。
- allIn(Iterable,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前集合中的所有元素是否被另一数组包含。
- allIn(Iterable,Iterable) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前集合中的所有元素是否被另一集合包含。
- allIn(Sequence,Sequence) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前序列中的所有元素是否被另一序列包含。
- allIn(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 判断当前字符串中的所有字符是否被另一字符串包含。
- AllOpen - class in icu.windea.breezeframework.core.annotation
- 适用于Kotlin的allOpen编译器插件的标准注解。 让被注解的类及其属性和方法默认是开放的。 需要自行配置。Annotation that is used together with kotlin compiler plugin
allOpen. - andPrint(Result) - function in icu.windea.breezeframework.core.extension.ResultExtensions
- Prints the encapsulated value to the standard output stream if this instance represents success.
- andPrintln(Result) - function in icu.windea.breezeframework.core.extension.ResultExtensions
- Prints the encapsulated value and the line separator to the standard output stream if this instance represents success.
- andPrintStackTrace(Result) - function in icu.windea.breezeframework.core.extension.ResultExtensions
- Prints the original encapsulated Throwable exception and its backtrace to the standard error stream if this instance represents failure.
- AnyExtensions - class in icu.windea.breezeframework.core.extension
- anyIn(Array,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前数组中的任意元素是否被另一数组包含。
- anyIn(Array,Iterable) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前数组中的任意元素是否被另一集合包含。
- anyIn(Iterable,Array) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前集合中的任意元素是否被另一数组包含。
- anyIn(Iterable,Iterable) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前集合中的任意元素是否被另一集合包含。
- anyIn(Sequence,Sequence) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前序列中的任意元素是否被另一序列包含。
- anyIn(CharSequence,CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 判断当前字符串中的任意字符是否被另一字符串包含。
- AppendableExtensions - class in icu.windea.breezeframework.core.extension
- appendIf(A,CharSequence,Boolean) - function in icu.windea.breezeframework.core.extension.AppendableExtensions
- appendIf(A,CharSequence,Function0) - function in icu.windea.breezeframework.core.extension.AppendableExtensions
- appendJoinWith(A,Array,CharSequence,CharSequence,CharSequence,Integer,CharSequence,Function1) - function in icu.windea.breezeframework.core.extension.AppendableExtensions
- appendJoinWith(A,Iterable,CharSequence,CharSequence,CharSequence,Integer,CharSequence,Function1) - function in icu.windea.breezeframework.core.extension.AppendableExtensions
- appendJoinWith(A,Map,CharSequence,CharSequence,CharSequence,Integer,CharSequence,Function1) - function in icu.windea.breezeframework.core.extension.AppendableExtensions
- ArrayExtensions - class in icu.windea.breezeframework.core.extension
- asAtomic(Boolean) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前布尔值转化为原子类型。
- asAtomic(Integer) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前整数转化为原子类型。
- asAtomic(Long) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前长整数转化为原子类型。
- asAtomic(IntArray) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前整数数组转化为原子类型。
- asAtomic(LongArray) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前长整数数组转化为原子类型。
- asAtomicReference(T) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前引用转化为原子引用。
- asAtomicReferenceArray(Array) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
- 将当前引用数组转化为原子引用数组。
- asConcurrent(List) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前列表转化为新的并发列表。
- asConcurrent(Set) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前集转化为新的并发集。
- asConcurrent(Map) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前映射转化为新的并发映射。
- asImmutable(List) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前列表转化为不可变列表。如果当前列表的元素数量大于1,则直接返回。
- asImmutable(Set) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前集转化为不可变集。如果当前集的元素数量大于1,则直接返回。
- asMutable(List) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前列表转化为可变列表。如果当前列表本身就是可变列表,则直接返回。
- asMutable(Set) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将当前集转化为可变集。如果当前集本身就是可变集,则直接返回。
- Auditable - class in icu.windea.breezeframework.core.model
- 可审计的对象。