U - the type of the result of the function.@FunctionalInterface public interface WithEntityType<U>
| Modifier and Type | Method and Description |
|---|---|
U |
withEntityType(EntityType type)
Takes a parameter of type
EntityType, processes it and returns a result of type U. |
U withEntityType(EntityType type)
EntityType, processes it and returns a result of type U.type - the parameter given to the function.Copyright © 2020. All rights reserved.