Package com.atlassian.bamboo.utils
Class BambooBinaryOperators
java.lang.Object
com.atlassian.bamboo.utils.BambooBinaryOperators
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> @NotNull BinaryOperator<T>
Always returns the left hand side argument.static <T> @NotNull BinaryOperator<T>
Always returns the right hand side argument.
-
Method Details
-
lhsIdentity
Always returns the left hand side argument. -
rhsIdentity
Always returns the right hand side argument.
-