F - The Type of AtlanticFunction that this consumer can be converted to.public interface AtlanticConsumer<F extends AtlanticFunction>
AtlanticFunction that always returns null and has a Void return type.| Modifier and Type | Method and Description |
|---|---|
F |
toFunction()
Converts this consumer into an
AtlanticFunction that executes this consumer and then returns null. |
F toFunction()
AtlanticFunction that executes this consumer and then returns null.Copyright © 2019. All rights reserved.