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, wait
andThen, compose, identity
public String apply(String input)
apply
in interface java.util.function.Function<String,String>
Copyright © 2015. All Rights Reserved.