Uses of Interface
com.humaorie.dollar.Dollar.Function
-
Packages that use Dollar.Function Package Description com.humaorie.dollar -
-
Uses of Dollar.Function in com.humaorie.dollar
Methods in com.humaorie.dollar with parameters of type Dollar.Function Modifier and Type Method Description Dollar.Wrapper<T>Dollar.Wrapper. filter(Dollar.Function<Boolean,T> predicate)<R> Dollar.Wrapper<R>Dollar.Wrapper. map(Dollar.Function<R,T> function)
-