Class BlackboardKt

  • All Implemented Interfaces:

    
    public final class BlackboardKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean satisfiesType(Object boundInstance, String type) Does the bound instance satisfy the type.
      final static <T extends Any> List<T> objectsOfType(Blackboard $self) Return all entries of a specific type
      final static <T extends Any> Integer count(Blackboard $self) Count entries of the given type
      final static <T extends Any> T last(Blackboard $self) Last entry of the given type, if there is one
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait