Searched defs:fromNullable (Results 1 – 4 of 4) sorted by relevance
96 public void fromNullable() { in fromNullable() method in EitherTest
118 public static <T> Optional<T> fromNullable(@CheckForNull T nullableReference) { in fromNullable() method in Optional
134 public static <L, R> Optional<Either<L, R>> fromNullable(L left, R right) { in fromNullable() method in Either