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

T

toAny(Function<? super Or<? extends G, ? extends B>, T>) - Method in interface com.github.javactic.Or
Converts this Or into anything produced by the given converter.
toArray() - Method in interface com.github.javactic.Every
Converts this Every to an array.
toEither() - Method in class com.github.javactic.Bad
 
toEither() - Method in class com.github.javactic.Good
 
toEither() - Method in interface com.github.javactic.Or
Returns an Either: a right Either containing the Good value, if this is a Good; a left Either containing the Bad value, if this is a Bad.
toJavaArray(Class<T>) - Method in interface com.github.javactic.Every
Converts this Every to a Java array.
toJavaList() - Method in interface com.github.javactic.Every
Converts this Every to a Java List.
toJavaMap(Function<? super T, Tuple2<? extends K, ? extends V>>) - Method in interface com.github.javactic.Every
Converts this Every to a Java Map.
toJavaOptional() - Method in class com.github.javactic.Bad
 
toJavaOptional() - Method in class com.github.javactic.Good
 
toJavaOptional() - Method in interface com.github.javactic.Or
Returns an Optional that is defined if this is a Good and not if this is a Bad.
toJavaSet() - Method in interface com.github.javactic.Every
Converts this Every to a Set.
toJavaStream() - Method in interface com.github.javactic.Every
Converts this Every to a Stream.
toList() - Method in interface com.github.javactic.Every
Converts this Every to a List.
toMap(Function<? super T, Tuple2<? extends K, ? extends V>>) - Method in interface com.github.javactic.Every
Converts this Every to a Map.
toOption() - Method in class com.github.javactic.Bad
 
toOption() - Method in class com.github.javactic.Good
 
toOption() - Method in interface com.github.javactic.Or
Returns a Option containing the Good value, if this Or is a Good, else none.
toSeq() - Method in interface com.github.javactic.Every
Converts this value to a Seq.
toSet() - Method in interface com.github.javactic.Every
Converts this value to a Set.
toStream() - Method in interface com.github.javactic.Every
Converts this value to a Stream.
toString() - Method in class com.github.javactic.Bad
 
toString() - Method in class com.github.javactic.Fail
 
toString() - Method in class com.github.javactic.Good
 
toString() - Method in class com.github.javactic.Many
 
toString() - Method in class com.github.javactic.One
 
toString() - Method in class com.github.javactic.Pass
 
toTraversable() - Method in interface com.github.javactic.Every
Converts this value to a Traversable.
toTry(Or<? extends G, ? extends Throwable>) - Static method in interface com.github.javactic.Or
Returns a Try: a success containing the Good value if the given Or is a Good; a failure containing the Bad value if it's a Bad.
toVector() - Method in interface com.github.javactic.Every
Converts this value to a Vector.
toVector() - Method in class com.github.javactic.Many
 
toVector() - Method in class com.github.javactic.One
 
transform(Function<? super G, ? extends H>, Function<? super B, ? extends C>) - Method in class com.github.javactic.Bad
 
transform(Function<? super G, ? extends H>, Function<? super B, ? extends C>) - Method in interface com.github.javactic.futures.OrFuture
Creates a new future by
- applying the 's' function to the Good value if this future completes with a Good
- applying the 'f' function to the Bad value if this future completes with a Bad
transform(Function<? super G, ? extends H>, Function<? super B, ? extends C>) - Method in class com.github.javactic.Good
 
transform(Function<? super G, ? extends H>, Function<? super B, ? extends C>) - Method in interface com.github.javactic.Or
Transforms this Or by applying the function gf to this Or's Good value if it is a Good, or by applying bf to this Or's Bad value if it is a Bad.
tryComplete(Or<? extends G, ? extends B>) - Method in interface com.github.javactic.futures.OrPromise
Attempts to complete this promise with the given value.
tryCompleteWith(OrFuture<? extends G, ? extends B>) - Method in interface com.github.javactic.futures.OrPromise
Attempts to complete this promise with the specified future, once that future is completed.
tryFailure(B) - Method in interface com.github.javactic.futures.OrPromise
Tries to complete this promise with the given bad value.
trySuccess(G) - Method in interface com.github.javactic.futures.OrPromise
Tries to complete this promise with the given good value.
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.