See More

package java8Test; class Something { String startsWith(String s) { return String.valueOf(s.charAt(0)); } }