Interface BetaIndex3<A,B,C,D,V>

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

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

    • getRightOperandExtractor

      Function3<B,C,D,?> getRightOperandExtractor()
    • getArity

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