Class JavaNativeExclamationFunction
- java.lang.Object
-
- org.apache.pulsar.functions.api.examples.JavaNativeExclamationFunction
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.String,java.lang.String>
public class JavaNativeExclamationFunction extends java.lang.Object implements java.util.function.Function<java.lang.String,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description JavaNativeExclamationFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String input)
-