public static <F,S> TryType<F,S> failure(F x)
x.F - The type of failure values.S - The type of success values.x - The resultx.public static <F,S> TryType<F,S> success(S x)
x.F - The type of failure values.S - The type of success values.x - The resultx.Copyright © 2014 <code@io7m.com> http://io7m.com