implies
infix fun QueryTree<Boolean>.implies(other: QueryTree<Boolean>): QueryTree<Boolean>
Content copied to clipboard
infix fun QueryTree<Boolean>.implies(other: Lazy<QueryTree<Boolean>>): QueryTree<Boolean>
Content copied to clipboard
Evaluates a logical implication (->) operation between the values of two QueryTrees.