public class FirstToken extends Object implements Function<String,String>
If the given String is composed of only white space characters an empty String is returned. Prefix whitespaces are trimmed.
FirstToken()
String
apply(String input)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals
andThen, compose, identity
public FirstToken()
public String apply(String input)
apply
Function<String,String>
public String toString()
toString
Object