Skip navigation links
A B C E F G H I J L M N O P R S T V X 

A

accept(T, U) - Method in interface xyz.maow.mspl.twist.function.BiConsumer
 
accept(T) - Method in interface xyz.maow.mspl.twist.function.Consumer
 
acceptChecked(T, U) - Method in interface xyz.maow.mspl.twist.function.BiConsumer
 
acceptChecked(T) - Method in interface xyz.maow.mspl.twist.function.Consumer
 
Action - Interface in xyz.maow.mspl.twist.function
 
any(Predicate<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
apply(Consumer<MonadicCollection<E>>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
apply(T, U) - Method in interface xyz.maow.mspl.twist.function.BiFunction
 
apply(T) - Method in interface xyz.maow.mspl.twist.function.Function
 
apply(Consumer<? super T>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
applyChecked(T, U) - Method in interface xyz.maow.mspl.twist.function.BiFunction
 
applyChecked(T) - Method in interface xyz.maow.mspl.twist.function.Function
 
asOptional() - Method in class xyz.maow.mspl.twist.monad.Monad
 
asResult(String) - Method in class xyz.maow.mspl.twist.monad.Monad
 
asResult() - Method in class xyz.maow.mspl.twist.monad.Monad
 
associate(Function<? super E, Pair<K, V>>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
associateBy(Function<? super E, K>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 

B

BiConsumer<T,U> - Interface in xyz.maow.mspl.twist.function
 
BiFunction<T,U,R> - Interface in xyz.maow.mspl.twist.function
 
bind(T) - Static method in class xyz.maow.mspl.twist.monad.Monad
 
bindFrom(Supplier<? extends T>) - Static method in class xyz.maow.mspl.twist.monad.Monad
 

C

Consumer<T> - Interface in xyz.maow.mspl.twist.function
 

E

empty() - Static method in class xyz.maow.mspl.twist.monad.Monad
 
equals(Object) - Method in class xyz.maow.mspl.twist.monad.Monad
 
equals(Object) - Method in class xyz.maow.mspl.twist.util.Pair
 
equals(Object) - Method in class xyz.maow.mspl.twist.util.Result
 
Ex - Class in xyz.maow.mspl.twist.util
 

F

failure(String) - Static method in class xyz.maow.mspl.twist.util.Result
 
filter(Predicate<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
filter(Predicate<? super T>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
filterEquals(E) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
filterIs(Class<? extends E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
filterIs(Class<? extends T>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
filterNonNull() - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
filterNonNull() - Method in class xyz.maow.mspl.twist.monad.Monad
 
filterNot(Predicate<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
filterNot(Predicate<? super T>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
filterNotEquals(E) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
find(Predicate<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
findLast(Predicate<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
findLast(Predicate<? super E>) - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
findLast(Predicate<? super E>) - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
first() - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
first() - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
first() - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
flatMap(Function<? super E, ? extends MonadicCollection<R>>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
flatMap(Function<? super E, ? extends MonadicCollection<R>>) - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
flatMap(Function<? super E, ? extends MonadicCollection<R>>) - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
flatMap(Function<? super T, Monad<R>>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
flatMapIndexed(BiFunction<? super E, Integer, ? extends MonadicCollection<R>>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
flatMapIndexed(BiFunction<? super E, Integer, ? extends MonadicCollection<R>>) - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
flatMapIndexed(BiFunction<? super E, Integer, ? extends MonadicCollection<R>>) - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
forEach(E[], Consumer<E>) - Static method in class xyz.maow.mspl.twist.util.Monadic
 
forEachIndexed(BiConsumer<? super E, Integer>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
Function<T,R> - Interface in xyz.maow.mspl.twist.function
 
FunctionException - Exception in xyz.maow.mspl.twist.function
 
FunctionException(Throwable) - Constructor for exception xyz.maow.mspl.twist.function.FunctionException
 

G

get() - Method in interface xyz.maow.mspl.twist.function.Supplier
 
get() - Method in class xyz.maow.mspl.twist.monad.Monad
 
get(Supplier<? extends T>) - Static method in class xyz.maow.mspl.twist.util.Ex
 
getChecked() - Method in interface xyz.maow.mspl.twist.function.Supplier
 
getFirst() - Method in class xyz.maow.mspl.twist.util.Pair
 
getMessage() - Method in class xyz.maow.mspl.twist.util.Result
 
getNonNull(Supplier<? extends T>) - Static method in class xyz.maow.mspl.twist.util.Null
 
getNonNull(Function<? super T, ? extends R>, T) - Static method in class xyz.maow.mspl.twist.util.Null
 
getSecond() - Method in class xyz.maow.mspl.twist.util.Pair
 

H

handle(Supplier<? extends T>) - Static method in class xyz.maow.mspl.twist.util.Ex
 
handle(Action, String) - Static method in class xyz.maow.mspl.twist.util.Ex
 
handle(Action) - Static method in class xyz.maow.mspl.twist.util.Ex
 
hashCode() - Method in class xyz.maow.mspl.twist.monad.Monad
 
hashCode() - Method in class xyz.maow.mspl.twist.util.Pair
 
hashCode() - Method in class xyz.maow.mspl.twist.util.Result
 

I

ifFailure(Consumer<String>) - Method in class xyz.maow.mspl.twist.util.Result
 
ifNotPresent(Action) - Method in class xyz.maow.mspl.twist.monad.Monad
 
ifPresent(Consumer<? super T>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
ifSuccess(Action) - Method in class xyz.maow.mspl.twist.util.Result
 
inHours(Action) - Static method in class xyz.maow.mspl.twist.util.Measure
 
inMilliseconds(Action) - Static method in class xyz.maow.mspl.twist.util.Measure
 
inMinutes(Action) - Static method in class xyz.maow.mspl.twist.util.Measure
 
inNanoseconds(Action) - Static method in class xyz.maow.mspl.twist.util.Measure
 
inSeconds(Action) - Static method in class xyz.maow.mspl.twist.util.Measure
 
into(Map<A, B>) - Method in class xyz.maow.mspl.twist.util.Pair
 
isFailure() - Method in class xyz.maow.mspl.twist.util.Result
 
isNotEmpty() - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
isSuccess() - Method in class xyz.maow.mspl.twist.util.Result
 

J

join() - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 

L

last() - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
last() - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
last() - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
let(T, Consumer<? super T>) - Static method in class xyz.maow.mspl.twist.util.Null
 
list(E...) - Static method in class xyz.maow.mspl.twist.util.Monadic
 
list() - Static method in class xyz.maow.mspl.twist.util.Monadic
 

M

map(Function<? super E, ? extends R>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
map(Function<? super E, ? extends R>) - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
map(Function<? super E, ? extends R>) - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
map(Function<? super T, ? extends R>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
map(Pair<K, V>...) - Static method in class xyz.maow.mspl.twist.util.Monadic
 
map() - Static method in class xyz.maow.mspl.twist.util.Monadic
 
mapIndexed(BiFunction<? super E, Integer, ? extends R>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
mapIndexed(BiFunction<? super E, Integer, ? extends R>) - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
mapIndexed(BiFunction<? super E, Integer, ? extends R>) - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
Measure - Class in xyz.maow.mspl.twist.util
 
Monad<T> - Class in xyz.maow.mspl.twist.monad
 
Monad(T) - Constructor for class xyz.maow.mspl.twist.monad.Monad
 
Monadic - Class in xyz.maow.mspl.twist.util
 
MonadicCollection<E> - Interface in xyz.maow.mspl.twist.collect
 
MonadicList<E> - Class in xyz.maow.mspl.twist.collect
 
MonadicList(int) - Constructor for class xyz.maow.mspl.twist.collect.MonadicList
 
MonadicList(Collection<? extends E>) - Constructor for class xyz.maow.mspl.twist.collect.MonadicList
 
MonadicList() - Constructor for class xyz.maow.mspl.twist.collect.MonadicList
 
MonadicSet<E> - Class in xyz.maow.mspl.twist.collect
 
MonadicSet(Collection<? extends E>) - Constructor for class xyz.maow.mspl.twist.collect.MonadicSet
 
MonadicSet(int, float) - Constructor for class xyz.maow.mspl.twist.collect.MonadicSet
 
MonadicSet(int) - Constructor for class xyz.maow.mspl.twist.collect.MonadicSet
 
MonadicSet() - Constructor for class xyz.maow.mspl.twist.collect.MonadicSet
 

N

none(Predicate<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
nonNull(T, String) - Static method in class xyz.maow.mspl.twist.util.Null
 
nonNull(T) - Static method in class xyz.maow.mspl.twist.util.Null
 
notPresent() - Method in class xyz.maow.mspl.twist.monad.Monad
 
Null - Class in xyz.maow.mspl.twist.util
 

O

onEach(Consumer<? super E>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
onEachIndexed(BiConsumer<? super E, Integer>) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
orElse(T) - Method in class xyz.maow.mspl.twist.monad.Monad
 
orElse(Supplier<? extends T>) - Method in class xyz.maow.mspl.twist.monad.Monad
 
orElse(T, T) - Static method in class xyz.maow.mspl.twist.util.Null
 
orThrow(Supplier<? extends X>) - Method in class xyz.maow.mspl.twist.monad.Monad
 

P

pair(A, B) - Static method in class xyz.maow.mspl.twist.util.Monadic
 
Pair<A,B> - Class in xyz.maow.mspl.twist.util
 
Pair(A, B) - Constructor for class xyz.maow.mspl.twist.util.Pair
 
perform() - Method in interface xyz.maow.mspl.twist.function.Action
 
performChecked() - Method in interface xyz.maow.mspl.twist.function.Action
 
Predicate<T> - Interface in xyz.maow.mspl.twist.function
 
present() - Method in class xyz.maow.mspl.twist.monad.Monad
 

R

random(Random) - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
random() - Method in interface xyz.maow.mspl.twist.collect.MonadicCollection
 
random(Random) - Method in class xyz.maow.mspl.twist.collect.MonadicList
 
random(Random) - Method in class xyz.maow.mspl.twist.collect.MonadicSet
 
requireNonNull() - Method in class xyz.maow.mspl.twist.monad.Monad
 
Result - Class in xyz.maow.mspl.twist.util
 

S

set(E...) - Static method in class xyz.maow.mspl.twist.util.Monadic
 
set() - Static method in class xyz.maow.mspl.twist.util.Monadic
 
success() - Static method in class xyz.maow.mspl.twist.util.Result
 
Supplier<T> - Interface in xyz.maow.mspl.twist.function
 

T

test(T) - Method in interface xyz.maow.mspl.twist.function.Predicate
 
testChecked(T) - Method in interface xyz.maow.mspl.twist.function.Predicate
 
toString() - Method in class xyz.maow.mspl.twist.monad.Monad
 
toString() - Method in class xyz.maow.mspl.twist.util.Pair
 
toString() - Method in class xyz.maow.mspl.twist.util.Result
 

V

value - Variable in class xyz.maow.mspl.twist.monad.Monad
 

X

xyz.maow.mspl.twist.collect - package xyz.maow.mspl.twist.collect
 
xyz.maow.mspl.twist.function - package xyz.maow.mspl.twist.function
 
xyz.maow.mspl.twist.monad - package xyz.maow.mspl.twist.monad
 
xyz.maow.mspl.twist.util - package xyz.maow.mspl.twist.util
 
A B C E F G H I J L M N O P R S T V X 
Skip navigation links