Interface Util.Function1<R,T>

Enclosing class:
Util

public static interface Util.Function1<R,T>
Internal interface.
  • Method Summary

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

    • apply

      R apply(T element)