Interface BetaIndex2<A,B,C,V>

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

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

    • getRightOperandExtractor

      Function2<B,C,?> getRightOperandExtractor()
    • getArity

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