Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

S

sameElements(Iterable<? super T>) - Method in interface com.github.javactic.Every
Checks if the given Iterable contains the same elements in the same order as this Every.
scan(T, BiFunction<? super T, ? super T, ? extends T>) - Method in interface com.github.javactic.Every
Computes a prefix scan of the elements of this Every.
scanLeft(B, BiFunction<? super B, ? super T, ? extends B>) - Method in interface com.github.javactic.Every
Produces an Every containing cumulative results of applying the operator going left to right.
scanRight(B, BiFunction<? super T, ? super B, ? extends B>) - Method in interface com.github.javactic.Every
Produces an Every containing cumulative results of applying the operator going right to left.
segmentLength(Predicate<? super T>, int) - Method in interface com.github.javactic.Every
Computes length of longest segment whose elements all satisfy some predicate.
sequence(Iterable<? extends OrFuture<? extends G, ? extends Every<? extends ERR>>>) - Static method in interface com.github.javactic.futures.OrFuture
Transforms an Iterable of OrFutures<G, ERR> into an OrFuture<Vector<G, ERR>>.
sequence(Iterable<? extends OrFuture<? extends G, ? extends Every<? extends ERR>>>, Collector<? super G, A, I>) - Static method in interface com.github.javactic.futures.OrFuture
Transforms an Iterable of OrFutures<G, ERR> into an OrFuture<COLL<G, ERR>> where COLL is a collection created with the collector given as argument.
size() - Method in interface com.github.javactic.Every
The size of this Every.
sliding(int) - Method in interface com.github.javactic.Every
Groups elements in fixed size blocks by passing a "sliding window" over them (as opposed to partitioning them, as is done in grouped).
sliding(int, int) - Method in interface com.github.javactic.Every
Groups elements in fixed size blocks by passing a "sliding window" over them (as opposed to partitioning them, as is done in grouped.), moving the sliding window by a given step each time.
sortBy(Function<? super T, ? extends U>) - Method in interface com.github.javactic.Every
Sorts this Every according to the Ordering of the result of applying the given function to every element.
sortBy(Comparator<? super U>, Function<? super T, ? extends U>) - Method in interface com.github.javactic.Every
Sorts this Every according to the Ordering of the result of applying the given function to every element.
sorted() - Method in interface com.github.javactic.Every
Sorts this Every according to their natural order.
sorted(Comparator<? super T>) - Method in interface com.github.javactic.Every
Sorts this Every according to the provided comparator.
sortWith(BiPredicate<? super T, ? super T>) - Method in interface com.github.javactic.Every
Sorts this Every according to a comparison function.
startsWith(Iterable<? extends B>) - Method in interface com.github.javactic.Every
Indicates whether this Every starts with the given Iterable.
startsWith(Iterable<? extends B>, int) - Method in interface com.github.javactic.Every
Indicates whether this Every starts with the given Iterable at the given index.
success(G) - Method in interface com.github.javactic.futures.OrPromise
Completes this promise with the given good value.
sum() - Method in interface com.github.javactic.Every
The result of summing all the elements of this Every.
swap() - Method in class com.github.javactic.Bad
 
swap() - Method in class com.github.javactic.Good
 
swap() - Method in interface com.github.javactic.Or
Returns an Or with the Good and Bad types swapped: Bad becomes Good and Good becomes Bad.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016. All rights reserved.