A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
M
- map(ClosedRange,Function1) - function in icu.windea.breezeframework.core.extension.RangeExtensions
- map(TypeAliased(typeAlias=GenericTypeConstructor(dri=icu.windea.breezeframework.core.type/TypedTuple2///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=kotlin/Pair///PointingToDeclaration/, projections=[, ], presentableName=null, extra=PropertyContainer(map={}))),Function1) - function in icu.windea.breezeframework.core.extension.TupleExtensions
- 映射单一元素类型的二元素元组的元素。
- map(TypeAliased(typeAlias=GenericTypeConstructor(dri=icu.windea.breezeframework.core.type/TypedTuple3///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=kotlin/Triple///PointingToDeclaration/, projections=[, , ], presentableName=null, extra=PropertyContainer(map={}))),Function1) - function in icu.windea.breezeframework.core.extension.TupleExtensions
- 映射单一元素类型的三元素元组的元素。
- map(TypeAliased(typeAlias=GenericTypeConstructor(dri=icu.windea.breezeframework.core.type/TypedTuple4///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=icu.windea.breezeframework.core.model/Tuple4///PointingToDeclaration/, projections=[, , , ], presentableName=null, extra=PropertyContainer(map={}))),Function1) - function in icu.windea.breezeframework.core.extension.TupleExtensions
- 映射单一元素类型的四元素元组的元素。
- map(TypeAliased(typeAlias=GenericTypeConstructor(dri=icu.windea.breezeframework.core.type/TypedTuple5///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=icu.windea.breezeframework.core.model/Tuple5///PointingToDeclaration/, projections=[, , , , ], presentableName=null, extra=PropertyContainer(map={}))),Function1) - function in icu.windea.breezeframework.core.extension.TupleExtensions
- 映射单一元素类型的五元素元组的元素。
- map(TypeAliased(typeAlias=GenericTypeConstructor(dri=icu.windea.breezeframework.core.type/TypedTuple6///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=icu.windea.breezeframework.core.model/Tuple6///PointingToDeclaration/, projections=[, , , , , ], presentableName=null, extra=PropertyContainer(map={}))),Function1) - function in icu.windea.breezeframework.core.extension.TupleExtensions
- 映射单一元素类型的六元素元组的元素。
- MapEntry - class in icu.windea.breezeframework.core.model.collections
- 映射入口。Map entry.
- mapOfValuesNotNull(Pair) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 构建一个映射并事先过滤值为空的键值对。
- mapOfValuesNotNull(Pair) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 构建一个映射并事先过滤值为空的键值对。
- mapToArray(List,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- Returns a array containing the results of applying the given transform function to each element in the original list.
- mapToArray(Set,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- Returns a array containing the results of applying the given transform function to each element in the original set.
- mapValuesNotNull(Map,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 映射当前映射中的值,并过滤转化后为null的值。
- mapValuesNotNullTo(Map,M,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 映射当前映射中的值,并过滤转化后为null的值,然后加入指定的映射。
- matchEntire(CharSequence,Regex) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Attempts to match this char sequence entirely against the regex.
- Matcher - class in icu.windea.breezeframework.core.component
- 匹配器。匹配器用于表示指定类型的值是否匹配某种格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.AbstractCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LowerCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UpperCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.Capitalized
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LowerCaseFormatWords
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UpperCaseFormatWords
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.FirstWordCapitalized
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.CapitalizedWords
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.Words
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.CamelCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.PascalCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.SnakeCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.ScreamingSnakeCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.UnderscoreWords
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.KebabCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.KebabUpperCaseFormat
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.HyphenWords
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.ReferencePath
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.LinuxPath
- 判断指定的字符串是否匹配指定的单词格式。
- matches(String) - function in icu.windea.breezeframework.core.component.CaseFormats.WindowsPath
- 判断指定的字符串是否匹配指定的单词格式。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.AbstractCharMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatchers.AnyMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatchers.NoneMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatchers.LetterMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatchers.DigitMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatchers.LetterOrDigitMatcher
- 判断指定的值是否匹配。
- matches(Character) - function in icu.windea.breezeframework.core.component.CharMatchers.WhitespaceMatcher
- 判断指定的值是否匹配。
- matches(T) - function in icu.windea.breezeframework.core.component.Matcher
- 判断指定的值是否匹配。
- matches(String,String) - function in icu.windea.breezeframework.core.component.PathFormat
- 判断指定的字符串是否匹配指定的路径。
- matches(String,String) - function in icu.windea.breezeframework.core.component.AbstractPathFormat
- 判断指定的字符串是否匹配指定的路径。
- matches(String,String) - function in icu.windea.breezeframework.core.component.PathFormats.StandardPath
- 判断指定的字符串是否匹配指定的路径。
- matches(String,String) - function in icu.windea.breezeframework.core.component.PathFormats.JsonPointerPath
- 判断指定的字符串是否匹配指定的路径。
- matches(String,String) - function in icu.windea.breezeframework.core.component.PathFormats.AntPath
- 判断指定的字符串是否匹配指定的路径。
- matches(String,String) - function in icu.windea.breezeframework.core.component.PathFormats.ReferencePath
- 判断指定的字符串是否匹配指定的路径。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.AbstractStringMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.AnyMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.NoneMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.BooleanMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.WildcardBooleanMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.IntMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.NumberMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.AlphaMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.NumericMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.AlphanumericMatcher
- 判断指定的值是否匹配。
- matches(String) - function in icu.windea.breezeframework.core.component.StringMatchers.BlankMatcher
- 判断指定的值是否匹配。
- matches() - function in icu.windea.breezeframework.core.model.Conditional
- matchesBy(String,CaseFormat) - function in icu.windea.breezeframework.core.component.extension.CaseFormatExtensions
- 判断当前字符串是否匹配指定的字母格式。
- matchesBy(Character,CharMatcher) - function in icu.windea.breezeframework.core.component.extension.CharMatcherExtensions
- 判断指定的字符是否匹配指定的字符匹配器。
- matchesBy(String,StringMatcher) - function in icu.windea.breezeframework.core.component.extension.CharMatcherExtensions
- 判断指定的字符串是否匹配指定的字符串匹配器。
- matchesBy(String,String,PathFormat) - function in icu.windea.breezeframework.core.component.extension.PathFormatExtensions
- 根据指定的路径类型,判断当前字符串是否匹配指定的路径。 默认使用标准路径PathFormats.StandardPath。
- MathExtensions - class in icu.windea.breezeframework.core.extension
- minus(Date,CalendarField) - function in icu.windea.breezeframework.core.extension.DateExtensions
- minus(String,Object) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 移除当前字符串中的指定子字符串。
- minus(Year,Integer) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- minus(Year,Long) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- minus(Month,Integer) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- minus(DayOfWeek,Integer) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- modify(Date,Integer,Integer,Integer,Integer,Integer,Integer,Integer) - function in icu.windea.breezeframework.core.extension.DateExtensions
- 更改日期。
- moveAllAt(List,IntRange,Integer) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将指定索引范围内的元素插入到以另一索引为起点处。注意后者为移动前的索引,而非移动后的索引。
- moveAt(List,Integer,Integer) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将指定索引的元素插入到另一索引处。注意后者为移动前的索引,而非移动后的索引。
- multiline(String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 将当前字符串转为多行文本。
- MutableMapEntry - class in icu.windea.breezeframework.core.model.collections
- 可变的映射入口。Mutable map entry.