Skip to content

함수형 프로그래밍을 위한 Stream API 추가 #8

Description

@bangjunyoung

Stream<KoreanTextMatch> streamMatches(String text)와 같은 API를 만들고

matcher.streamMatches(text)
    .filter(m -> m.length() > 3)
    .findFirst();

처럼 쓸 수 있게 구현하기.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions