Interface SystemKeyspace.TriFunction<A,B,C,D>

Enclosing class:
SystemKeyspace

public static interface SystemKeyspace.TriFunction<A,B,C,D>
  • Method Summary

    Modifier and Type
    Method
    Description
    accept(A var1, B var2, C var3)
     
  • Method Details

    • accept

      D accept(A var1, B var2, C var3)