Class CheckedFunction2<T1,​T2,​R>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R value​(T1 argument1, T2 argument2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function2

        apply
    • Constructor Detail

      • CheckedFunction2

        public CheckedFunction2()
    • Method Detail

      • value

        public final R value​(T1 argument1,
                             T2 argument2)
        Specified by:
        value in interface Function2<T1,​T2,​R>