Interface Function<T,R>


public interface Function<T,R>
Equivalent to java.util.function.Function
  • Method Summary

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

    • apply

      R apply(T t)