Class Predicates.ThrowingPredicateAdapter<T>

    • Constructor Detail

      • ThrowingPredicateAdapter

        private ThrowingPredicateAdapter​(ThrowingPredicate<T> throwingPredicate)
    • Method Detail

      • safeAccept

        public boolean safeAccept​(T object)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception