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

  • Enclosing class:
    SystemKeyspace

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

      • accept

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