Interface BotanUtil.FourParameterFunction<T,U>

Enclosing class:
BotanUtil
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 BotanUtil.FourParameterFunction<T,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    apply(T t, U u, U v, U w)
     
  • Method Details

    • apply

      int apply(T t, U u, U v, U w)