Uses of Interface
org.optaplanner.core.api.function.ToLongQuadFunction
Packages that use ToLongQuadFunction
- 
Uses of ToLongQuadFunction in org.optaplanner.core.api.score.streamMethods in org.optaplanner.core.api.score.stream with parameters of type ToLongQuadFunctionModifier and TypeMethodDescriptionstatic <A,B, C, D> QuadConstraintCollector<A, B, C, D, ?, Double> ConstraintCollectors.averageLong(ToLongQuadFunction<A, B, C, D> groupValueMapping) As defined byConstraintCollectors.average(ToIntFunction).static <A,B, C, D> QuadConstraintCollector<A, B, C, D, ?, Long> ConstraintCollectors.sumLong(ToLongQuadFunction<? super A, ? super B, ? super C, ? super D> groupValueMapping) As defined byConstraintCollectors.sum(ToIntFunction).
- 
Uses of ToLongQuadFunction in org.optaplanner.core.api.score.stream.quadMethods in org.optaplanner.core.api.score.stream.quad with parameters of type ToLongQuadFunctionModifier and TypeMethodDescriptiondefault ConstraintQuadConstraintStream.impactConfigurableLong(String constraintPackage, String constraintName, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.default ConstraintQuadConstraintStream.impactConfigurableLong(String constraintName, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.QuadConstraintBuilder<A,B, C, D, ?> QuadConstraintStream.impactConfigurableLong(ToLongQuadFunction<A, B, C, D> matchWeigher) As defined byQuadConstraintStream.impactConfigurable(ToIntQuadFunction), with an impact of type long.default ConstraintQuadConstraintStream.impactLong(String constraintPackage, String constraintName, Score<?> constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.default ConstraintQuadConstraintStream.impactLong(String constraintName, Score<?> constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.QuadConstraintStream.impactLong(Score_ constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) As defined byQuadConstraintStream.impact(Score, ToIntQuadFunction), with an impact of type long.default ConstraintQuadConstraintStream.penalizeConfigurableLong(String constraintPackage, String constraintName, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.default ConstraintQuadConstraintStream.penalizeConfigurableLong(String constraintName, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.QuadConstraintBuilder<A,B, C, D, ?> QuadConstraintStream.penalizeConfigurableLong(ToLongQuadFunction<A, B, C, D> matchWeigher) As defined byQuadConstraintStream.penalizeConfigurable(ToIntQuadFunction), with a penalty of type long.default ConstraintQuadConstraintStream.penalizeLong(String constraintPackage, String constraintName, Score<?> constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.default ConstraintQuadConstraintStream.penalizeLong(String constraintName, Score<?> constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.QuadConstraintStream.penalizeLong(Score_ constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) As defined byQuadConstraintStream.penalize(Score, ToIntQuadFunction), with a penalty of type long.default ConstraintQuadConstraintStream.rewardConfigurableLong(String constraintPackage, String constraintName, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.default ConstraintQuadConstraintStream.rewardConfigurableLong(String constraintName, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.QuadConstraintBuilder<A,B, C, D, ?> QuadConstraintStream.rewardConfigurableLong(ToLongQuadFunction<A, B, C, D> matchWeigher) As defined byQuadConstraintStream.rewardConfigurable(ToIntQuadFunction), with a penalty of type long.default ConstraintQuadConstraintStream.rewardLong(String constraintPackage, String constraintName, Score<?> constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.default ConstraintQuadConstraintStream.rewardLong(String constraintName, Score<?> constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) Deprecated, for removal: This API element is subject to removal in a future version.QuadConstraintStream.rewardLong(Score_ constraintWeight, ToLongQuadFunction<A, B, C, D> matchWeigher) As defined byQuadConstraintStream.reward(Score, ToIntQuadFunction), with a penalty of type long.
QuadConstraintStream.impactConfigurableLong(ToLongQuadFunction).