Interface Function<T,R>

All Known Implementing Classes:
JavaResolver

public interface Function<T,R>
  • Method Summary

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

    • apply

      R apply(T input)