Class FirstPresent<T>

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FirstPresent

        @SafeVarargs
        public FirstPresent​(Optional<T>... optionals)
      • FirstPresent

        public FirstPresent​(java.lang.Iterable<? extends Optional<T>> optionals)