Package 

Class ByKt


  • 
    public final class ByKt
    
                        
    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any, U extends Any> Function1<T, Boolean> by(Function1<T, U> selector, U match)
      final static <T extends Any, U extends Any> Function1<T, Boolean> by(Function1<T, U> selector, Function1<U, Boolean> predicate)
      • Methods inherited from class java.lang.Object

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

      • by

         final static <T extends Any, U extends Any> Function1<T, Boolean> by(Function1<T, U> selector, U match)
      • by

         final static <T extends Any, U extends Any> Function1<T, Boolean> by(Function1<T, U> selector, Function1<U, Boolean> predicate)