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: (SubspaceSemanticsInfo) -> Boolean
)

Public constructors

SubspaceSemanticsMatcher

Added in 1.0.0-alpha02
SubspaceSemanticsMatcher(
    description: String,
    matcher: (SubspaceSemanticsInfo) -> Boolean
)