T
- the type of result of the callback method.public interface ICodeBlock<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
execute()
Executes the code this instance stands for and gives back the result.
|
T execute()
Copyright © 2019. All rights reserved.