Interface IntegerFunction1<T0>

Type Parameters:
T0 - Type of argument #0
All Superinterfaces:
Function<Integer>

public interface IntegerFunction1<T0> extends Function<Integer>
Function that takes one parameter and returns a native int value.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    apply(T0 v0)
     
  • Method Details

    • apply

      int apply(T0 v0)