Searched refs:RemoveFirstFunction (Results 1 – 2 of 2) sorted by relevance
68 private static final class RemoveFirstFunction implements Function<String, String>, Serializable { class in ListsTest141 final Function<String, String> removeFirst = new RemoveFirstFunction(); in suite()