public final class BambooBinaryOperators extends Object
Modifier and Type | Method and Description |
---|---|
static <T> BinaryOperator<T> |
lhsIdentity()
Always returns the left hand side argument.
|
static <T> BinaryOperator<T> |
rhsIdentity()
Always returns the right hand side argument.
|
@NotNull public static <T> BinaryOperator<T> lhsIdentity()
@NotNull public static <T> BinaryOperator<T> rhsIdentity()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.