Interface NullablePredicate2<T0,T1>

Type Parameters:
T0 - Type of argument #0
T1 - Type of argument #1
All Superinterfaces:
Function<Boolean>, Function2<T0,T1,Boolean>

public interface NullablePredicate2<T0,T1> extends Function2<T0,T1,Boolean>
Function with two parameters returning a Boolean value that may be null.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T0 v0, T1 v1)