Interface ELMethodRegistry.Fn1<A,R>

Type Parameters:
A - The type of the argument
R - The return type
All Superinterfaces:
Serializable
Enclosing class:
ELMethodRegistry
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 ELMethodRegistry.Fn1<A,R> extends Serializable
Invokes a static method, a constructor or a function taking one argument.
Since:
1.1
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    call(@Nullable A first)
    Invokes the method.
  • Method Details

    • call

      R call(@Nullable A first)
      Invokes the method.
      Parameters:
      first - The argument
      Returns:
      The result