this.map(transform) succeeds if this succeeds and transform is used to convert the result of thisthis.or(another) succeeds if this succeeds or another succeeds on the given input.Parserthis.thenL(another) succeeds if this succeeds and another succeeds on the input left over by thisthis.thenL(another) succeeds if this succeeds and another succeeds on the input left over by thisthis.thenR(another) succeeds if this succeeds and another succeeds on the input left over by thisCopyright © 2016. All rights reserved.