Module MaterialFX

Class BiPredicateBean<T,U>

java.lang.Object
io.github.palexdev.materialfx.beans.BiPredicateBean<T,U>
Type Parameters:
T - the type of the first argument to the predicate
U - the type of the second argument the predicate

public class BiPredicateBean<T,U> extends Object
A simple bean that wraps a BiPredicate and s String that represents the name for the predicate.