Class InstanceOfPredicate<T>

  • All Implemented Interfaces:
    IUnaryPredicate<T>

    public class InstanceOfPredicate<T>
    extends Object
    implements IUnaryPredicate<T>
    Unary predicate returning true if the object is an instance of the given class or interface.
    Since:
    5.7
    • Constructor Detail

      • InstanceOfPredicate

        public InstanceOfPredicate​(Class<?> type)