public interface ContentProcessor extends java.util.function.Function<String,String>
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String input) |
static ContentProcessor |
chain(ContentProcessor... processors) |
andThen, compose, identityString apply(String input)
apply in interface java.util.function.Function<String,String>static ContentProcessor chain(ContentProcessor... processors)
Copyright © 2022. All rights reserved.