Uses of Interface
com.humaorie.dollar.Dollar.Wrapper
-
Packages that use Dollar.Wrapper Package Description com.humaorie.dollar -
-
Uses of Dollar.Wrapper in com.humaorie.dollar
Subinterfaces of Dollar.Wrapper in com.humaorie.dollar Modifier and Type Interface Description static interfaceDollar.ArrayWrapper<T>static interfaceDollar.ListWrapper<T>static interfaceDollar.MapWrapper<K,V>static interfaceDollar.RandomWrapper<T>static interfaceDollar.SetWrapper<T>Methods in com.humaorie.dollar that return Dollar.Wrapper Modifier and Type Method Description static <T> Dollar.Wrapper<T>Dollar. $()static Dollar.Wrapper<Character>Dollar. $(char from, char to)static Dollar.Wrapper<Integer>Dollar. $(int stopAt)static Dollar.Wrapper<Integer>Dollar. $(int startFrom, int stopAt)static Dollar.Wrapper<Integer>Dollar. $(int startFrom, int stopAt, int stepBy)static Dollar.Wrapper<Character>Dollar. $(CharSequence charSequence)static Dollar.Wrapper<Date>Dollar. $(Date begin, Date end)Dollar.Wrapper<T>Dollar.Wrapper. concat(Dollar.Wrapper<T> wrapper)Dollar.Wrapper<T>Dollar.Wrapper. concat(Collection<T> items)Dollar.Wrapper<T>Dollar.Wrapper. concat(T... items)Dollar.Wrapper<T>Dollar.Wrapper. copy()Dollar.Wrapper<T>Dollar.Wrapper. fill(T object)Dollar.Wrapper<T>Dollar.Wrapper. filter(Dollar.Function<Boolean,T> predicate)<R> Dollar.Wrapper<R>Dollar.Wrapper. map(Dollar.Function<R,T> function)Dollar.Wrapper<T>Dollar.Wrapper. repeat(int n)Dollar.Wrapper<T>Dollar.Wrapper. reverse()Dollar.Wrapper<T>Dollar.Wrapper. shuffle()Dollar.Wrapper<T>Dollar.Wrapper. shuffle(Random random)Dollar.Wrapper<T>Dollar.Wrapper. slice(int j)Dollar.Wrapper<T>Dollar.Wrapper. slice(int i, int j)Dollar.Wrapper<T>Dollar.Wrapper. sort()Methods in com.humaorie.dollar with parameters of type Dollar.Wrapper Modifier and Type Method Description Dollar.Wrapper<T>Dollar.Wrapper. concat(Dollar.Wrapper<T> wrapper)
-