Class InternalObservableUtils.EqualsWithFunc1

  • All Implemented Interfaces:
    Func1<java.lang.Object,​java.lang.Boolean>, Function
    Enclosing class:
    InternalObservableUtils

    static final class InternalObservableUtils.EqualsWithFunc1
    extends java.lang.Object
    implements Func1<java.lang.Object,​java.lang.Boolean>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object other  
    • Constructor Summary

      Constructors 
      Constructor Description
      EqualsWithFunc1​(java.lang.Object other)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean call​(java.lang.Object t)  
      • Methods inherited from class java.lang.Object

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

      • other

        final java.lang.Object other
    • Constructor Detail

      • EqualsWithFunc1

        public EqualsWithFunc1​(java.lang.Object other)
    • Method Detail

      • call

        public java.lang.Boolean call​(java.lang.Object t)
        Specified by:
        call in interface Func1<java.lang.Object,​java.lang.Boolean>