A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
P
- parallelForEach(Array,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 并行遍历数组中的每个元素,执行指定的操作。Performs the given action on each element in parallel.
- parallelForEach(Array,Long,Long,TimeUnit,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 并行遍历数组中的每个元素,执行指定的操作,带有超时时间。Performs the given action on each element in parallel with timeout.
- parallelForEach(List,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 并行遍历列表中的每个元素,执行指定的操作。Performs the given action on each element in parallel.
- parallelForEach(List,Long,Long,TimeUnit,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 并行遍历列表中的每个元素,执行指定的操作,带有超时时间。Performs the given action on each element in parallel with timeout.
- parallelForEach(Map,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 并行遍历映射中的每个键值对,执行指定的操作。Performs the given action on each entry in parallel.
- parallelForEach(Map,Long,Long,TimeUnit,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 并行遍历映射中的每个键值对,执行指定的操作,带有超时时间。Performs the given action on each entry in parallel with timeout.
- parse(String) - function in icu.windea.breezeframework.core.model.Color.Companion
- 解析颜色。如果解析失败,则抛出异常。
- parseOrNull(String) - function in icu.windea.breezeframework.core.model.Color.Companion
- 解析颜色。如果解析失败,这返回null。
- PathExtensions - class in icu.windea.breezeframework.core.extension
- PathPattern - class in icu.windea.breezeframework.core.component
- 路径模式。路径模式用于表示查询对象在其结构中的位置,可以包含多个元路径和变量,可以用于匹配和查询。
- PathPattern.AbstractPathPattern - class in icu.windea.breezeframework.core.component.PathPattern
- PathPattern.AntPath - class in icu.windea.breezeframework.core.component.PathPattern
- Ant路径。规则:
以
/作为分隔符。?匹配任意单个字符。*匹配除了分隔符之外的任意数量的任意字符。**匹配任意数量的任意字符。{name}匹配任意项,并命名为name。index匹配索引index,index是整数。name匹配名字、键name。
- PathPattern.JsonPointerPath - class in icu.windea.breezeframework.core.component.PathPattern
- Json指针路径。规则:
以
/作为分隔符。{name}匹配任意项,并命名为name。-(仅对于赋值操作)匹配数组最后一个元素的下一个元素。index匹配索引index,index是整数。name匹配名字、键name。
- PathPattern.ReferencePath - class in icu.windea.breezeframework.core.component.PathPattern
- 引用路径。规则:
以
.作为分隔符,可以在索引之前省略。[index]匹配索引index,index是整数。name匹配名字、键name。
- PathPattern.Registry - class in icu.windea.breezeframework.core.component.PathPattern
- PathPattern.StandardPath - class in icu.windea.breezeframework.core.component.PathPattern
- 标准路径。规则:
以
/作为分隔符。{name}匹配任意项,并命名为name。index匹配索引index,index是整数。name匹配名字、键name。
- pin(Iterable,Integer,Function1) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 根据指定的预测,将当前集合中的符合条件的元素,依次固定到指定的索引处。默认固定到列表最前面。
- plus(Date,CalendarField) - function in icu.windea.breezeframework.core.extension.DateExtensions
- plus(Year,Integer) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- plus(Year,Long) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- plus(Year,Month) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- plus(Year,MonthDay) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- plus(Month,Integer) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- plus(DayOfWeek,Integer) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- positivePow(Integer,Integer) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行正乘方运算。
- positivePow(Long,Integer) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行正乘方运算。
- pow(Integer,Integer) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行乘方运算。
- pow(Integer,Float) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行乘方运算。
- pow(Integer,Double) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行乘方运算。
- pow(Float,Double) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行乘方运算。
- pow(Double,Float) - function in icu.windea.breezeframework.core.extension.MathExtensions
- 进行乘方运算。
- PreconditionExtensions - class in icu.windea.breezeframework.core.extension
- presentInClassPath(String) - function in icu.windea.breezeframework.core.extension.PreconditionExtensions
- 判断指定名字的Class是否出现在classpath中并且可加载。
- printStackTrace() - function in kotlin.DelayImplementedError
- printStackTrace(PrintStream) - function in kotlin.DelayImplementedError
- printStackTrace(PrintWriter) - function in kotlin.DelayImplementedError
- printStackTrace() - function in kotlin.ImplementedWithAnIssueError
- printStackTrace(PrintStream) - function in kotlin.ImplementedWithAnIssueError
- printStackTrace(PrintWriter) - function in kotlin.ImplementedWithAnIssueError
- put(Map,Pair) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 将指定的键值对放入当前映射中。