All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skillw.pouvoir.api.feature.condition.ConditionReader.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.pouvoir.api.feature.condition

/**
 * @className ConditionReader
 *
 * 从字符串中读取条件的参数
 *
 * @author Glom
 * @date 2023/8/1 23:55 Copyright 2022 user.
 */
fun interface ConditionReader {

    /**
     * 从字符串中读取条件的参数
     *
     * @param text String 文本
     * @return Map 参数
     */
    fun parameters(
        text: String,
    ): Map?

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy