Interface Page.Function<E,T>

Enclosing class:
Page<E>

public static interface Page.Function<E,T>
兼容低版本 Java 7
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(E t)
    将此函数应用于给定的参数
  • Method Details

    • apply

      T apply(E t)
      将此函数应用于给定的参数
      Parameters:
      t - 函数参数
      Returns:
      函数结构