public class CommentFunction extends Object implements java.util.function.Function<String,String>
| Constructor and Description |
|---|
CommentFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String input)
Ignore contents of comment block.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(String input)
apply in interface java.util.function.Function<String,String>Copyright © 2016. All Rights Reserved.