Interface OperationArgument.SimpleOperation
- All Superinterfaces:
OperationArgument.Operation
- Enclosing class:
OperationArgument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
private static interface OperationArgument.SimpleOperation
extends OperationArgument.Operation
-
Method Summary
Modifier and TypeMethodDescriptionintapply(int a, int b) default voidapply(ScoreAccess a, ScoreAccess b)
-
Method Details
-
apply
- Throws:
CommandSyntaxException
-
apply
- Specified by:
applyin interfaceOperationArgument.Operation- Throws:
CommandSyntaxException
-