public class $<T>
extends com.github.underscore.$<T>
| Constructor and Description |
|---|
$(Iterable<T> iterable) |
$(String string) |
| Modifier and Type | Method and Description |
|---|---|
String |
camelCase() |
static String |
camelCase(String string) |
String |
capitalize() |
static String |
capitalize(String string) |
static <T> $.Chain |
chain(List<T> list) |
static <T> $.Chain |
chain(Set<T> list) |
static $.Chain |
chain(String item) |
static <T> $.Chain |
chain(T... list) |
String |
deburr() |
static String |
deburr(String string) |
boolean |
endsWith(String target) |
boolean |
endsWith(String target,
Integer position) |
static boolean |
endsWith(String string,
String target) |
static boolean |
endsWith(String string,
String target,
Integer position) |
String |
kebabCase() |
static String |
kebabCase(String string) |
static void |
main(String... args) |
String |
pad(int length) |
String |
pad(int length,
String chars) |
static String |
pad(String string,
int length) |
static String |
pad(String string,
int length,
String chars) |
String |
padLeft(int length) |
String |
padLeft(int length,
String chars) |
static String |
padLeft(String string,
Integer length) |
static String |
padLeft(String string,
Integer length,
String chars) |
String |
padRight(int length) |
String |
padRight(int length,
String chars) |
static String |
padRight(String string,
Integer length) |
static String |
padRight(String string,
Integer length,
String chars) |
String |
repeat(int length) |
static String |
repeat(String string,
int length) |
String |
snakeCase() |
static String |
snakeCase(String string) |
String |
startCase() |
static String |
startCase(String string) |
boolean |
startsWith(String target) |
boolean |
startsWith(String target,
Integer position) |
static boolean |
startsWith(String string,
String target) |
static boolean |
startsWith(String string,
String target,
Integer position) |
String |
trim() |
static String |
trim(String string) |
static String |
trim(String string,
String chars) |
String |
trimLeft() |
static String |
trimLeft(String string) |
static String |
trimLeft(String string,
String chars) |
String |
trimLeftWith(String chars) |
String |
trimRight() |
static String |
trimRight(String string) |
static String |
trimRight(String string,
String chars) |
String |
trimRightWith(String chars) |
String |
trimWith(String chars) |
String |
trunc() |
String |
trunc(int length) |
static String |
trunc(String string) |
static String |
trunc(String string,
Integer length) |
String |
uncapitalize() |
static String |
uncapitalize(String string) |
List<String> |
words() |
static List<String> |
words(String string) |
after, all, any, before, bind, call, clone, clone, collect, collect, compact, compact, compact, compact, compact, compact, compose, concat, concat, concatWith, constant, contains, contains, countBy, debounce, defaults, defer, delay, detect, difference, difference, drop, drop, drop, drop, each, escape, every, filter, filter, find, findIndex, findIndex, findKey, findKey, findLast, findLastIndex, findLastIndex, findLastKey, findLastKey, findWhere, first, first, first, first, first, flatten, flatten, flatten, flatten, foldl, foldr, forEach, forEach, functions, getIterable, getString, groupBy, has, head, head, head, head, head, identity, include, indexBy, indexOf, indexOf, initial, initial, initial, initial, initial, initial, inject, intersection, intersection, intersection, invert, invoke, invoke, isArray, isBoolean, isDate, isEmpty, isEmpty, isEqual, isError, isFunction, isMatch, isNull, isNumber, isObject, isRegExp, isString, iteratee, join, join, join, keys, last, last, last, last, last, lastIndexOf, lastIndexOf, map, map, mapObject, matcher, max, max, methods, min, min, mixin, negate, newArrayList, now, object, omit, omit, once, pairs, partition, partition, pick, pick, pluck, pluck, property, propertyOf, random, range, range, range, reduce, reduceRight, reject, reject, rest, rest, rest, rest, rest, rest, result, reverse, reverse, reverse, sample, sample, select, select, setClassForName, shuffle, size, slice, slice, slice, slice, slice, slice, some, sort, sort, sort, sortBy, sortBy, sortedIndex, sortedIndex, sortedIndex, sortedIndex, tail, tail, tail, tail, tail, tail, tap, template, templateSettings, times, toArray, unescape, union, union, uniq, uniq, uniq, uniq, uniqueId, unzip, values, where, where, without, without, without, without, wrap, zippublic static <T> $.Chain chain(T... list)
public String camelCase()
public String capitalize()
public String deburr()
public boolean endsWith(String target)
public String kebabCase()
public String repeat(int length)
public String pad(int length)
public String padLeft(int length)
public String padRight(int length)
public String snakeCase()
public String startCase()
public boolean startsWith(String target)
public String trim()
public String trimLeft()
public String trimRight()
public String trunc()
public String trunc(int length)
public String uncapitalize()
public static void main(String... args)
Copyright © 2015. All rights reserved.