@FunctionalInterface public interface ThrowingPredicate<T> extends Serializable
boolean
safeAccept(T object)
boolean safeAccept(T object) throws Exception
Exception
Copyright © 2004–2022. All rights reserved.