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

G

get() - Method in class com.github.javactic.Bad
 
get(int) - Method in interface com.github.javactic.Every
get(Duration) - Method in interface com.github.javactic.futures.OrFuture
Returns the result of this future, waiting at most the given duration.
get(Duration, B) - Method in interface com.github.javactic.futures.OrFuture
Returns the result of this future, waiting at most the given duration, or returns the a Bad containing the given timeoutBad.
get() - Method in class com.github.javactic.Good
 
get() - Method in interface com.github.javactic.Or
Returns the Or's value if it is a Good or throws NoSuchElementException if it is a Bad.
getBad() - Method in class com.github.javactic.Bad
 
getBad() - Method in class com.github.javactic.Good
 
getBad() - Method in interface com.github.javactic.Or
Returns the Or's value if it is a Bad or throws NoSuchElementException if it is a Good.
getError() - Method in class com.github.javactic.Fail
 
getError() - Method in class com.github.javactic.Pass
 
getError() - Method in interface com.github.javactic.Validation
 
getOption() - Method in interface com.github.javactic.futures.OrFuture
Returns a some Option with an Or representing the value of this future if the future is completed, none Option otherwise.
getOrElse(G) - Method in class com.github.javactic.Bad
 
getOrElse(Function<? super B, ? extends G>) - Method in class com.github.javactic.Bad
 
getOrElse(int, IntFunction<? extends T>) - Method in interface com.github.javactic.Every
getOrElse(int, T) - Method in interface com.github.javactic.Every
 
getOrElse(G) - Method in class com.github.javactic.Good
 
getOrElse(Function<? super B, ? extends G>) - Method in class com.github.javactic.Good
 
getOrElse(G) - Method in interface com.github.javactic.Or
Returns, if this Or is Good, this Good's value; otherwise returns default.
getOrElse(Function<? super B, ? extends G>) - Method in interface com.github.javactic.Or
Returns, if this Or is Good, this Good's value; otherwise returns the result of evaluating default.
Good<G,B> - Class in com.github.javactic
Contains a "success" value.
good(G) - Static method in interface com.github.javactic.Or
Builds an instance of Good with the given value.
groupBy(Function<? super T, ? extends K>) - Method in interface com.github.javactic.Every
Partitions this Every into a map of Everys according to some discriminator function.
grouped(int) - Method in interface com.github.javactic.Every
Partitions elements into fixed size Everys.
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.