SubspaceSemanticsMatcher

class SubspaceSemanticsMatcher


Wrapper for semantics matcher lambdas that allows to build string explaining to the developer what conditions were being tested.

Summary

Public constructors

SubspaceSemanticsMatcher(
    description: String,
    matcher: (SubspaceSemanticsNode) -> Boolean
)

Public constructors

SubspaceSemanticsMatcher

Added in 1.0.0-alpha01
SubspaceSemanticsMatcher(
    description: String,
    matcher: (SubspaceSemanticsNode) -> Boolean
)