Interface CollectionUtil.FloatFunction<T>

Type Parameters:
T - type
Enclosing class:
CollectionUtil
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CollectionUtil.FloatFunction<T>
Function of float
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    apply(T t)
    Maps to new value
  • Method Details

    • apply

      float apply(T t)
      Maps to new value
      Parameters:
      t - input
      Returns:
      mapped float