CompoundConversationPredicate.of constructor
CompoundConversationPredicate.of()
Implementation
CompoundConversationPredicate.of(CompoundConversationPredicate other)
: _operand = other._operand,
_values = List.of(other._values);