Functions |
Functions.Builder.build() |
Functions |
Functions.filter(java.util.function.Predicate<Function> predicate) |
static Functions |
Functions.none() |
static Functions |
Functions.of(Function... funs) |
Functions |
Functions.with(Function fun)
Create a Functions instance with the provided function added
|
Functions |
Functions.withAddedOrUpdated(Function function) |
Functions |
Functions.without(Function function) |
Functions |
Functions.without(FunctionName name,
java.util.List<AbstractType<?>> argTypes)
Creates a Functions instance with the function with the provided name and argument types removed
|
Functions |
Functions.withUpdatedUserType(UserType udt) |