Interface PNFunction<INPUT,OUTPUT>
-
public interface PNFunction<INPUT,OUTPUT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OUTPUT
invoke(INPUT input)
-
public interface PNFunction<INPUT,OUTPUT>
Modifier and Type | Method | Description |
---|---|---|
OUTPUT |
invoke(INPUT input) |