Interface StringUtils.Function<T>

Enclosing class:
StringUtils

public static interface StringUtils.Function<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details