Interface LongFunction1<T0>

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

public interface LongFunction1<T0> extends Function<Long>
Function that takes one parameter and returns a native long value.
  • Method Summary

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

    • apply

      long apply(T0 v0)