1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 14:42:27 +08:00

doc: add doc and example for predicate logic of function package

This commit is contained in:
dudaodong
2024-02-21 11:13:47 +08:00
parent 8f5d297572
commit a6be1828b9
2 changed files with 97 additions and 1 deletions

View File

@@ -524,7 +524,7 @@ func main() {
### <span id="Nor">Nor</span>
<p>Returns a composed predicate that represents the logical NOR of a list of predicates. It evaluates to true only if all predicates evaluate to false for the given value.</p>
<p>返回一个组合谓词函数,表示给定值上所有谓词逻辑非或 (nor) 的结果。只有当所有谓词函数对给定值都返回false时该组合谓词函数才返回true</p>
<b>函数签名:</b>