Interface Function<F,T>

Type Parameters:
F - From type
T - To type
All Known Subinterfaces:
EntryTransformer<FK,FV,TK,TV>, Filter<F>

public interface Function<F,T>
Since:
4.0
Author:
Nick Smith
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(F value)
    Converts a value of type F to a result of type T.
  • Method Details

    • apply

      T apply(F value)
      Converts a value of type F to a result of type T.
      Parameters:
      value - F
      Returns:
      T