Interface PasswordScopedValue.CallableOp<T>

Type Parameters:
T - 返回值类型
Enclosing class:
PasswordScopedValue
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 PasswordScopedValue.CallableOp<T>
函数式接口,用于执行可能抛出异常的操作.
Author:
Liu,Dongdong
  • Method Summary

    Modifier and Type
    Method
    Description
    执行操作.
  • Method Details

    • call

      T call()
      执行操作.
      Returns:
      操作结果