Class CallbackUtils


  • public class CallbackUtils
    extends java.lang.Object
    A set of utilities for the callbacks in asynchronous methods.
    Author:
    Collin Alpert
    • Constructor Summary

      Constructors 
      Constructor Description
      CallbackUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.function.Consumer<? super T> empty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallbackUtils

        public CallbackUtils()
    • Method Detail

      • empty

        public static <T> java.util.function.Consumer<? super T> empty()