Class BetaIndex4Impl<A,​B,​C,​D,​E,​V>

    • Constructor Detail

      • BetaIndex4Impl

        public BetaIndex4Impl​(java.lang.Class<V> indexedClass,
                              Index.ConstraintType constraintType,
                              int indexId,
                              Function1<A,​V> leftOperandExtractor,
                              Function4<B,​C,​D,​E,​?> rightOperandExtractor,
                              java.lang.Class<?> rightReturnType)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object