Input
- input typeOutput
- output type@FunctionalInterface public static interface RiskyBusiness.CheckedFunction<Input,Output>
Modifier and Type | Method and Description |
---|---|
Output |
apply(Input input)
Takes input, gives output.
|
Copyright © 2013–2021 Kitteh. All rights reserved.