Skip navigation links
C F I L M O S 

C

checkArgument(T, Predicate<T>) - Static method in class io.github.felixgilioli.felixutils.objects.ObjectUtils
Check that the specified object reference is not null and respect the condition
checkArgument(T, Predicate<T>, String) - Static method in class io.github.felixgilioli.felixutils.objects.ObjectUtils
Check that the specified object reference is not null and respect the condition

F

filter(Collection<T>, Predicate<T>) - Static method in class io.github.felixgilioli.felixutils.collections.ListUtils
Return a new list with the filtered elements.
findFirst(Collection<T>, Predicate<T>) - Static method in class io.github.felixgilioli.felixutils.collections.ListUtils
Return an Optional with the first found element in collection.

I

io.github.felixgilioli.felixutils.collections - package io.github.felixgilioli.felixutils.collections
 
io.github.felixgilioli.felixutils.objects - package io.github.felixgilioli.felixutils.objects
 
io.github.felixgilioli.felixutils.strings - package io.github.felixgilioli.felixutils.strings
 
isBlank(String) - Static method in class io.github.felixgilioli.felixutils.strings.StringUtils
Checks if a string is empty(""), null or whitespace only.
isNotBlank(String) - Static method in class io.github.felixgilioli.felixutils.strings.StringUtils
Checks if a string is not empty(""), not null and not whitespace only.

L

ListUtils - Class in io.github.felixgilioli.felixutils.collections
Class with utility methods for working with List.

M

map(Collection<S>, Function<S, T>) - Static method in class io.github.felixgilioli.felixutils.collections.ListUtils
Return a new list with the new elements.

O

ObjectUtils - Class in io.github.felixgilioli.felixutils.objects
Class with utility methods for working with Object.

S

StringUtils - Class in io.github.felixgilioli.felixutils.strings
Class with utility methods for working with String.
C F I L M O S 
Skip navigation links

Copyright © 2021. All rights reserved.