Package net.mtrop.doom.object
Interface TextObject.Transformer<TO extends TextObject>
- Type Parameters:
TO
- the TextObject type.
- Enclosing interface:
- TextObject
- 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 text 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.
-