Class InternalObservableUtils.IsInstanceOfFunc1

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

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

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<?> clazz  
    • Constructor Summary

      Constructors 
      Constructor Description
      IsInstanceOfFunc1​(java.lang.Class<?> 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

      • clazz

        final java.lang.Class<?> clazz
    • Constructor Detail

      • IsInstanceOfFunc1

        public IsInstanceOfFunc1​(java.lang.Class<?> 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>