AndCond constructor

AndCond(
  1. List<QueryCond?> list
)

Implementation

AndCond(List<QueryCond?> list) : conditions = list.nonNullList;