TakeWhile constructor

const TakeWhile(
  1. SemanticAction<bool> predicate
)

Implementation

const TakeWhile(this.predicate);