A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W 

A

AbstractComponentRegistry - class in icu.windea.breezeframework.core.component
 
AbstractConverter - class in icu.windea.breezeframework.core.component
 
AbstractDefaultGenerator - class in icu.windea.breezeframework.core.component
 
AbstractRandomGenerator - 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(String,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
逐行中心对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
alignCenter(String) - function in icu.windea.breezeframework.core.extension.StringExtensions
逐行中心对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
alignEnd(String,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
逐行向右对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
alignEnd(String) - function in icu.windea.breezeframework.core.extension.StringExtensions
逐行向右对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
alignStart(String,Character) - function in icu.windea.breezeframework.core.extension.StringExtensions
逐行向左对齐当前字符串,并保证每行长度一致,用指定字符填充。默认为空格。
alignStart(String) - 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
判断当前字符串中的任意字符是否被另一字符串包含。
appendJoin(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin.text/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))),Array,CharSequence,CharSequence,CharSequence,Integer,CharSequence,Function1) - function in icu.windea.breezeframework.core.extension.StringBuilderExtensions
将指定的数组加入到当前的字符串构建器。
appendJoin(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin.text/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))),Iterable,CharSequence,CharSequence,CharSequence,Integer,CharSequence,Function1) - function in icu.windea.breezeframework.core.extension.StringBuilderExtensions
将指定的列表加入到当前的字符串构建器。
appendJoin(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin.text/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/StringBuilder///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))),Map,CharSequence,CharSequence,CharSequence,Integer,CharSequence,Function1) - function in icu.windea.breezeframework.core.extension.StringBuilderExtensions
将指定的映射加入到当前的字符串构建器。默认的转化操作是$k=$v
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
将当前长整数数组转化为原子类型。
asAtomic(T) - function in icu.windea.breezeframework.core.extension.ConcurrentExtensions
将当前引用转化为原子类型。
asAtomic(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
可审计的对象。
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W