Interface Function<T,​R>


@Incubating public interface Function<T,​R>
Backport of Java8 Function. INTERNAL USE ONLY.
  • Method Summary

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

    • apply

      R apply(T t)