TakeWhile1 constructor

const TakeWhile1(
  1. SemanticAction<bool> predicate
)

Implementation

const TakeWhile1(this.predicate);