Package net.mtrop.doom.object
Interface BinaryObject.Transformer<BO extends BinaryObject>
- Type Parameters:
BO
- the BinaryObject type.
- Enclosing interface:
- BinaryObject
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Transformer interface for transform calls.
- Since:
- 2.1.0
-
Method Summary
-
Method Details
-
transform
Transforms the provided object. The provided object reference may not be distinct each call. Do not save the reference passed to this function anywhere.- Parameters:
object
- the object to transform.index
- the sequence index of the object.
-