Class TakeWhile<T>

java.lang.Object
org.jparsec.Matcher<List<T>>
org.jparsec.combinator.TakeWhile<T>

public class TakeWhile<T> extends Matcher<List<T>>