Uses of Interface
com.guinetik.hexafun.fun.Result
Packages that use Result
-
Uses of Result in com.guinetik.hexafun.fun
Classes in com.guinetik.hexafun.fun that implement ResultModifier and TypeClassDescriptionstatic final classstatic final classMethods in com.guinetik.hexafun.fun that return ResultModifier and TypeMethodDescriptionstatic <T> Result<T><U> Result<U><U> Result<U><U> Result<U><U> Result<U><U> Result<U><U> Result<U>static <T> Result<T>Result.ok(T value) Method parameters in com.guinetik.hexafun.fun with type arguments of type Result -
Uses of Result in com.guinetik.hexafun.hexa
Methods in com.guinetik.hexafun.hexa that return ResultModifier and TypeMethodDescriptionHexaRepo.clear()Removes all entities from the repository.InMemoryHexaRepo.clear()HexaRepo.count()Counts the total number of entities in the repository.InMemoryHexaRepo.count()HexaRepo.deleteAllById(List<String> ids) Deletes multiple entities by their IDs in a batch operation.InMemoryHexaRepo.deleteAllById(List<String> ids) HexaRepo.deleteById(String id) Deletes an entity by its unique identifier.InMemoryHexaRepo.deleteById(String id) HexaRepo.findAll()Retrieves all entities from the repository.HexaRepo.findAll(int offset, int limit) Retrieves a paginated list of entities.InMemoryHexaRepo.findAll()InMemoryHexaRepo.findAll(int offset, int limit) HexaRepo.findBy(DirectoryStream.Filter<T> filter) Retrieves entities that match the given filter criteria.InMemoryHexaRepo.findBy(DirectoryStream.Filter<T> filter) Finds an entity by its unique identifier.Saves a single entity to the repository.Saves multiple entities to the repository in a batch operation.Updates an existing entity identified by its ID.Validate input data and return a result.Method parameters in com.guinetik.hexafun.hexa with type arguments of type ResultModifier and TypeMethodDescription<O> UseCaseBuilderDefine the handler that runs after all validators pass.