Class AbstractJoiner<Right_>

    • Field Detail

      • joinerTypes

        protected final org.optaplanner.core.impl.score.stream.JoinerType[] joinerTypes
    • Constructor Detail

      • AbstractJoiner

        protected AbstractJoiner​(Function<Right_,​Property_> rightMapping,
                                 org.optaplanner.core.impl.score.stream.JoinerType joinerType)
      • AbstractJoiner

        protected AbstractJoiner​(Function<Right_,​Property_>[] rightMappings,
                                 org.optaplanner.core.impl.score.stream.JoinerType[] joinerTypes)
    • Method Detail

      • getJoinerCount

        public final int getJoinerCount()
      • getJoinerType

        public final org.optaplanner.core.impl.score.stream.JoinerType getJoinerType​(int index)