org.milyn.function
Class LowerCaseFunction

java.lang.Object
  extended by org.milyn.function.LowerCaseFunction

public class LowerCaseFunction
extends Object


Constructor Summary
LowerCaseFunction()
           
 
Method Summary
 String execute(String input)
          Applies the function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowerCaseFunction

public LowerCaseFunction()
Method Detail

execute

public String execute(String input)
Applies the function

Parameters:
input - The String
Returns:
The manipulated String


Copyright © 2018. All rights reserved.