Interface Fn2<T1,T2>

All Known Implementing Classes:
MsgValidator

public interface Fn2<T1,T2>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(T1 x)
     
  • Method Details

    • call

      T2 call(T1 x)