Class BetaIndexImpl<A,​B,​V>

    • Constructor Detail

      • BetaIndexImpl

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

      • toString

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