Index
All Classes and Interfaces|All Packages
A
- always(Function<From, To>) - Static method in interface one.xingyi.fp.IPartialFunction
- always(FunctionWithException<From, To>) - Static method in interface one.xingyi.fp.IPartialFunctionE
- applyListBooleans(List<IPartialFunction<From, To>>, From) - Static method in interface one.xingyi.fp.IPartialFunction
- applyListBooleans(List<IPartialFunction<From, To>>, From, boolean) - Static method in interface one.xingyi.fp.IPartialFunction
- applyOr(IPartialFunction<From, To>, Supplier<To>, From) - Static method in interface one.xingyi.fp.IPartialFunction
- applyOr(IPartialFunctionE<From, To>, Supplier<To>, From) - Static method in interface one.xingyi.fp.IPartialFunctionE
- applyOrError(IPartialFunction<From, To>, From) - Static method in interface one.xingyi.fp.IPartialFunction
- applyOrError(IPartialFunctionE<From, To>, From) - Static method in interface one.xingyi.fp.IPartialFunctionE
C
- chain(To, Collection<IPartialFunctionE<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunctionE
- chainToFn(Function<From, To>, Collection<IPartialFunction<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunction
- chainToPf(Collection<IPartialFunction<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunction
- chainToPfE(Collection<IPartialFunctionE<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunctionE
- childListDefined(Function<From, List<Child>>, Function<List<Child>, To>) - Static method in interface one.xingyi.fp.IPartialFunction
- childNotNull(Function<From, Child>, Function<Child, To>) - Static method in interface one.xingyi.fp.IPartialFunction
- collectByClassE(Iterable<T>, Class<T1>, FunctionWithException<T, T1>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- collectByClassE(Stream<T>, Class<T1>, FunctionWithException<T, T1>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- collectE(Iterable<T>, FunctionWithException<T, Boolean>, FunctionWithException<T, T1>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- collectE(Stream<T>, FunctionWithException<T, Boolean>, FunctionWithException<T, T1>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
F
- filterE(Iterable<T>, FunctionWithException<T, Boolean>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- filterE(Stream<T>, FunctionWithException<T, Boolean>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- flatMapE(Iterable<T>, FunctionWithException<T, ? extends Collection<T1>>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- flatMapE(Stream<T>, FunctionWithException<T, ? extends Collection<T1>>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- foldE(Iterable<T>, BiFunctionWithException<Acc, T, Acc>, Acc) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- foldE(Stream<T>, BiFunctionWithException<Acc, T, Acc>, Acc) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- foreachE(Iterable<T>, ConsumerWithException<T>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- forEachE(Stream<T>, ConsumerWithException<T>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- forEachPermutation(List<IPartialFunction<From, To>>, From, BiConsumer<List<Boolean>, List<To>>) - Static method in interface one.xingyi.fp.IPartialFunction
- forEachPermutation(List<IPartialFunction<From, To>>, From, BiConsumer<List<Boolean>, List<To>>, boolean) - Static method in interface one.xingyi.fp.IPartialFunction
- fromChild(Function<From, Child>, Predicate<Child>, Function<Child, To>) - Static method in interface one.xingyi.fp.IPartialFunction
I
- ifThenElse(Predicate<From>, Function<From, To>, Function<From, To>) - Static method in interface one.xingyi.fp.IPartialFunction
- IPartialFunction<From,
To> - Interface in one.xingyi.fp - IPartialFunctionAlwaysTrue - Interface in one.xingyi.fp
- IPartialFunctionE<From,
To> - Interface in one.xingyi.fp - isDefinedAt(From) - Method in interface one.xingyi.fp.IPartialFunction
- isDefinedAt(From) - Method in interface one.xingyi.fp.IPartialFunctionE
- isOkToUseBooleans(List<IPartialFunction<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunction
L
- ListComprehensionsForExceptions - Interface in one.xingyi.fp
- listDefined(Function<List<From>, To>) - Static method in interface one.xingyi.fp.IPartialFunction
M
- map(Map<K, V1>, FunctionWithException<V1, V2>) - Static method in interface one.xingyi.fp.Maps
- mapE(Iterable<T>, FunctionWithException<T, T1>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- mapE(Stream<T>, FunctionWithException<T, T1>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- mapFn(Collection<IPartialFunction<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunction
- mapFn(Collection<IPartialFunctionE<From, To>>) - Static method in interface one.xingyi.fp.IPartialFunctionE
- mapReduceFn(Collection<IPartialFunction<From, To>>, Function<List<To>, Result>) - Static method in interface one.xingyi.fp.IPartialFunction
- mapReduceFn(Collection<IPartialFunctionE<From, To>>, FunctionWithException<List<To>, Result>) - Static method in interface one.xingyi.fp.IPartialFunctionE
- Maps - Interface in one.xingyi.fp
N
- notNull(Function<From, To>) - Static method in interface one.xingyi.fp.IPartialFunction
- notNull(FunctionWithException<From, To>) - Static method in interface one.xingyi.fp.IPartialFunctionE
O
- of(Predicate<From>, Function<From, To>) - Static method in interface one.xingyi.fp.IPartialFunction
- of(PredicateWithException<From>, FunctionWithException<From, To>) - Static method in interface one.xingyi.fp.IPartialFunctionE
- one.xingyi.fp - package one.xingyi.fp
- orElse(IPartialFunction<From, To>) - Method in interface one.xingyi.fp.IPartialFunction
- orElse(IPartialFunctionE<From, To>) - Method in interface one.xingyi.fp.IPartialFunctionE
P
- permutations(List<IPartialFunction<From, To>>, From) - Static method in interface one.xingyi.fp.IPartialFunction
R
- reduceE(Iterable<T>, BiFunctionWithException<T, T, T>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- reduceE(Stream<T>, BiFunctionWithException<T, T, T>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
S
- safe(T, T) - Static method in interface one.xingyi.fp.Safe
- Safe - Interface in one.xingyi.fp
- safeList(List<T>) - Static method in interface one.xingyi.fp.Safe
- safeString(String) - Static method in interface one.xingyi.fp.Safe
- StreamComprehensionsForExceptions - Interface in one.xingyi.fp
T
- toIdMapE(Iterable<T>, FunctionWithException<T, Id>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- toIdMapE(Stream<T>, FunctionWithException<T, Id>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
- toMapE(Iterable<T>, FunctionWithException<T, K>, FunctionWithException<T, V>) - Static method in interface one.xingyi.fp.ListComprehensionsForExceptions
- toMapE(Stream<T>, FunctionWithException<T, K>, FunctionWithException<T, V>) - Static method in interface one.xingyi.fp.StreamComprehensionsForExceptions
All Classes and Interfaces|All Packages