Interface BetaIndex<A,B,V>

All Superinterfaces:
BetaIndexN<A,V>, Index<A,V>
All Known Implementing Classes:
BetaIndexImpl

public interface BetaIndex<A,B,V> extends BetaIndexN<A,V>
  • Method Details

    • getRightOperandExtractor

      Function1<B,?> getRightOperandExtractor()
    • getArity

      default int getArity()
      Specified by:
      getArity in interface BetaIndexN<A,B>