Uses of Interface
org.optaplanner.core.api.function.ToLongQuadFunction
-
Uses of ToLongQuadFunction in org.optaplanner.core.api.score.stream
Modifier 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.quad
Modifier and TypeMethodDescriptiondefault Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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 Constraint
QuadConstraintStream.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)
.