Interface TriFunction<K,​V,​S,​R>


  • public interface TriFunction<K,​V,​S,​R>
    • Method Detail

      • apply

        R apply​(K k,
                V v,
                S s)
        Applies this function to the given arguments.
        Parameters:
        k - the first function argument
        v - the second function argument
        s - the third function argument
        Returns:
        the function result