Package com.atlassian.bamboo.utils
Class BambooBinaryOperators
- java.lang.Object
-
- com.atlassian.bamboo.utils.BambooBinaryOperators
-
public final class BambooBinaryOperators extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> @NotNull BinaryOperator<T>lhsIdentity()Always returns the left hand side argument.static <T> @NotNull BinaryOperator<T>rhsIdentity()Always returns the right hand side argument.
-
-
-
Method Detail
-
lhsIdentity
@NotNull public static <T> @NotNull BinaryOperator<T> lhsIdentity()
Always returns the left hand side argument.
-
rhsIdentity
@NotNull public static <T> @NotNull BinaryOperator<T> rhsIdentity()
Always returns the right hand side argument.
-
-