Interface Function<T,R>


public interface Function<T,R>
Created by kiran on 19/3/17.
  • Method Summary

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

    • apply

      R apply(T t)
      Parameters:
      t - - some parameter
      Returns:
      R - result