Package net.apartium.cocoabeans.commands
Interface ArgumentIndex<T>
- Type Parameters:
T- the type of the argument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Retrieves the argument from the context
-
Method Summary
-
Method Details
-
get
Get the argument from the context- Parameters:
context- command context- Returns:
- the argument
-