CompoundConversationPredicate.of constructor

CompoundConversationPredicate.of(
  1. CompoundConversationPredicate other
)

Implementation

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