package com.wix.reactnativeuilib.keyboardinput.utils;

public interface PredicateFunc<T> {
    boolean invoke(T element);
}
