Package de.eldoria.eldoutilities.functions


package de.eldoria.eldoutilities.functions
  • Interfaces
    Class
    Description
    QuadFunction<T1,T2,T3,T4,R>
    Represents a function that accepts four arguments and produces a result.
     
    TriFunction<T1,T2,T3,R>
    Represents a function that accepts three arguments and produces a result.