Interface Function<T,R>


public interface Function<T,R>
  • Method Summary

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

    • apply

      R apply(T t)