Interface SimpleChannel.MessageBuilder.ToBooleanBiFunction<T,U>

Enclosing class:
SimpleChannel.MessageBuilder<MSG>

public static interface SimpleChannel.MessageBuilder.ToBooleanBiFunction<T,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    applyAsBool(T first, U second)
     
  • Method Details

    • applyAsBool

      boolean applyAsBool(T first, U second)