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

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/Quadruple///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/Quintuple///PointingToDeclaration/, projections=[, , , , ], presentableName=null, extra=PropertyContainer(map={}))),Function1) - function in icu.windea.breezeframework.core.extension.TupleExtensions
映射单一元素类型的五元素元组的元素。
MapEntry - class in icu.windea.breezeframework.core.model
映射入口。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.
matches(Character) - function in icu.windea.breezeframework.core.component.CharPattern
判断指定的字符是否匹配。
matches(Character) - function in icu.windea.breezeframework.core.component.CharPattern.LetterPattern
判断指定的字符是否匹配。
matches(Character) - function in icu.windea.breezeframework.core.component.CharPattern.DigitPattern
判断指定的字符是否匹配。
matches(Character) - function in icu.windea.breezeframework.core.component.CharPattern.LetterOrDigitPattern
判断指定的字符是否匹配。
matches(Character) - function in icu.windea.breezeframework.core.component.CharPattern.WhitespacePattern
判断指定的字符是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.LowerCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.UpperCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.Capitalized
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.LowerCaseWords
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.UpperCaseWords
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.FirstWordCapitalized
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.CapitalizedWords
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.Words
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.CamelCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.PascalCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.SnakeCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.ScreamingSnakeCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.UnderscoreWords
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.KebabCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.KebabUpperCase
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.HyphenWords
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.ReferencePath
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.LinuxPath
判断指定的字符串是否匹配指定的单词格式。
matches(String) - function in icu.windea.breezeframework.core.component.LetterCase.WindowsPath
判断指定的字符串是否匹配指定的单词格式。
matches(String,String) - function in icu.windea.breezeframework.core.component.PathPattern
判断指定的字符串是否匹配指定的路径。
matches(String,String) - function in icu.windea.breezeframework.core.component.PathPattern.AbstractPathPattern
判断指定的字符串是否匹配指定的路径。
matches(String,String) - function in icu.windea.breezeframework.core.component.PathPattern.StandardPath
判断指定的字符串是否匹配指定的路径。
matches(String,String) - function in icu.windea.breezeframework.core.component.PathPattern.JsonPointerPath
判断指定的字符串是否匹配指定的路径。
matches(String,String) - function in icu.windea.breezeframework.core.component.PathPattern.AntPath
判断指定的字符串是否匹配指定的路径。
matches(String,String) - function in icu.windea.breezeframework.core.component.PathPattern.ReferencePath
判断指定的字符串是否匹配指定的路径。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.BooleanPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.WildcardBooleanPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.IntPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.NumberPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.AlphaPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.NumericPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.AlphanumericPattern
判断指定的字符串是否匹配。
matches(String) - function in icu.windea.breezeframework.core.component.StringPattern.BlankPattern
判断指定的字符串是否匹配。
matches() - function in icu.windea.breezeframework.core.model.Conditional
 
matchesBy(String,StringPattern) - function in icu.windea.breezeframework.core.extension.ComponentExtensions
判断指定的字符串是否匹配指定的字符串模式。
matchesBy(String,String,PathPattern) - function in icu.windea.breezeframework.core.extension.ComponentExtensions
根据指定的路径类型,判断当前字符串是否匹配指定的路径。 默认使用标准路径PathPattern.StandardPath
matchesBy(String,LetterCase) - function in icu.windea.breezeframework.core.extension.ComponentExtensions
判断当前字符串是否匹配指定的字母格式。
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
可变的映射入口。Mutable map entry.
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W