Interface PredicateBiFunction<T,U,R>

All Superinterfaces:
BiFunction<T,U,R>
All Known Subinterfaces:
BinaryArithmeticOperation
All Known Implementing Classes:
BinaryComparisonOperation, DefaultBinaryArithmeticOperation

public interface PredicateBiFunction<T,U,R> extends BiFunction<T,U,R>
  • Method Details

    • name

      String name()
    • symbol

      String symbol()
    • apply

      default R apply(T t, U u)
      Specified by:
      apply in interface BiFunction<T,U,R>
    • doApply

      R doApply(T t, U u)
    • scriptMethodName

      default String scriptMethodName()